mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 08:07:36 +00:00
SystemServer: Don't wake up every single second
This commit is contained in:
parent
270adea22f
commit
1fc2bca856
1 changed files with 1 additions and 1 deletions
|
@ -111,6 +111,6 @@ int main(int, char**)
|
|||
check_for_test_mode();
|
||||
|
||||
while (1) {
|
||||
sleep(1);
|
||||
sleep(3600);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue