mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: sync immediately after changes (#577)
This commit is contained in:
@@ -122,7 +122,7 @@ void _doPlatformRelated() async {
|
||||
// Plus 1 to avoid 0.
|
||||
Computer.shared.turnOn(workersCount: (serversCount / 3).round() + 1);
|
||||
|
||||
sync.sync();
|
||||
bakSync.sync();
|
||||
}
|
||||
|
||||
// It may contains some async heavy funcs.
|
||||
|
||||
Reference in New Issue
Block a user