Added some more delay to prevent database stress

pull/1/head
Philipp Dunkel 15 years ago
parent bea26665b4
commit 3182cfa3c7

@ -1142,5 +1142,6 @@ while(1)
SysLog("NUL Request:\n");
my $timestamp=strftime("%m%d%H%M%Y.%S",gmtime);
Request($ver,0,0,0,0,0,0,0,$timestamp,"","");
sleep(1);
usleep(1700000);
}

Loading…
Cancel
Save