1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-11 05:29:33 +00:00

Increase the counter to see more ops running

This commit is contained in:
Peter Evans 2018-01-14 22:31:10 -06:00
parent be23bb7166
commit 6cbcf0f9ab

View File

@ -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;