diff options
-rw-r--r-- | pool_test.go | 2 | ||||
-rw-r--r-- | todo.go | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/pool_test.go b/pool_test.go index e02993b0..0e83c83d 100644 --- a/pool_test.go +++ b/pool_test.go @@ -13,7 +13,7 @@ import ( var cfg = Config{ NumWorkers: uint64(runtime.NumCPU()), - AllocateTimeout: time.Second, + AllocateTimeout: time.Minute, DestroyTimeout: time.Second, } diff --git a/todo.go b/todo.go new file mode 100644 index 00000000..68340370 --- /dev/null +++ b/todo.go @@ -0,0 +1,6 @@ +package roadrunner + + +// test terminate request +// test head +// test json head?
\ No newline at end of file |