forked from xsun2001/Applied-Energistics-2-Unofficial
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix potential missed updates in the level emitter. (#173)
* Fix potential missed updates in the level emitter. This makes the emitter tickable, but sleeping most of the time so the performance impact should be minimal. If an update is ignored due to the configured delay, ticking is scheduled to make sure that the update happens if no further network updates happen until the next delay period. * Attempt #2: Delay the first tick of the level emitter on load * Revert "NetworkMonitor optimization - do not rebuild cache more than once per tick" This reverts commit 09b2531. * spaces->tabs to match existing code
- Loading branch information
1 parent
1a1c9f8
commit 08d0ef6
Showing
2 changed files
with
60 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters