diff rep/ServerMainLoop.java @ 462:d295e84c5e03

slow merge won't work. select time out.
author one
date Fri, 01 Oct 2010 15:58:20 +0900
parents e7eeb8be0de1
children cc262a519b8a
line wrap: on
line diff
--- a/rep/ServerMainLoop.java	Fri Sep 24 17:17:37 2010 +0900
+++ b/rep/ServerMainLoop.java	Fri Oct 01 15:58:20 2010 +0900
@@ -69,7 +69,7 @@
 				   //continue;
 			}
 			// now we can wait for input packet or event
-			selector.select();
+			selector.select(1);
 			select();
 		}
 	}