mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 13:06:36 +02:00
should fix the high cpu usage issue
This commit is contained in:
@ -628,7 +628,7 @@ int main(int argc, char *argv[])
|
|||||||
while (true) {
|
while (true) {
|
||||||
update_unix_time();
|
update_unix_time();
|
||||||
do_toxic(m, prompt);
|
do_toxic(m, prompt);
|
||||||
usleep(10000);
|
usleep(40000);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user