mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Let the CPU run for longer before it dies
This commit is contained in:
parent
b21b48cac0
commit
f7b8740c2e
@ -163,7 +163,7 @@ vm_screen_free(vm_screen *screen)
|
|||||||
bool
|
bool
|
||||||
vm_screen_active(vm_screen *screen)
|
vm_screen_active(vm_screen *screen)
|
||||||
{
|
{
|
||||||
static int counter = 5;
|
static int counter = 50;
|
||||||
|
|
||||||
if (counter--) {
|
if (counter--) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user