]> gitweb.factorcode.org Git - factor.git/blobdiff - core/io/streams/c/c.factor
Merge branch 'master' into microseconds
[factor.git] / core / io / streams / c / c.factor
index dd7f3226cb318bd7915630ff45d353ae86a14f6a..47e19d2c40360e1b56f3dfcd62ee6d7940b0daa7 100755 (executable)
@@ -67,7 +67,7 @@ M: c-io-backend init-io ;
 
 M: c-io-backend (init-stdio) init-c-stdio ;
 
-M: c-io-backend io-multiplex 60 60 * 1000 * or (sleep) ;
+M: c-io-backend io-multiplex 60 60 * 1000 * 1000 * or (sleep) ;
 
 M: c-io-backend (file-reader)
     "rb" fopen <c-reader> ;