]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
reduce main poll interval from .1 to .001 sec
authorrcombs <rcombs@sq18.sfeng.sourcefire.com>
Tue, 25 Nov 2014 01:04:03 +0000 (20:04 -0500)
committerrcombs <rcombs@sq18.sfeng.sourcefire.com>
Tue, 25 Nov 2014 01:04:03 +0000 (20:04 -0500)
src/main.cc

index 3548355fdd0c4579054e56e5626d7ba7278bf862..8b78605d9efd77af3705d15cd0ac92ea02dd645e 100644 (file)
@@ -81,7 +81,7 @@ static bool pause_enabled = false;
 static bool shell_enabled = false;
 #endif
 
-const struct timespec main_sleep = { 0, 100000000 }; // 0.1 sec
+const struct timespec main_sleep = { 0, 1000000 }; // 0.001 sec
 
 static const char* prompt = "o\")~ ";