mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Increase the counter to see more ops running
This commit is contained in:
parent
be23bb7166
commit
6cbcf0f9ab
@ -163,7 +163,7 @@ vm_screen_free(vm_screen *screen)
|
||||
bool
|
||||
vm_screen_active(vm_screen *screen)
|
||||
{
|
||||
static int counter = 50;
|
||||
static int counter = 100;
|
||||
|
||||
if (counter--) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user