mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
SystemServer: Don't wake up every single second
This commit is contained in:
parent
270adea22f
commit
1fc2bca856
Notes:
sideshowbarker
2024-07-19 12:03:17 +09:00
Author: https://github.com/awesomekling
Commit: 1fc2bca856
1 changed files with 1 additions and 1 deletions
|
@ -111,6 +111,6 @@ int main(int, char**)
|
||||||
check_for_test_mode();
|
check_for_test_mode();
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
sleep(1);
|
sleep(3600);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue