mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 23:29:16 +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
|
bool
|
||||||
vm_screen_active(vm_screen *screen)
|
vm_screen_active(vm_screen *screen)
|
||||||
{
|
{
|
||||||
static int counter = 50;
|
static int counter = 100;
|
||||||
|
|
||||||
if (counter--) {
|
if (counter--) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user