Skip to content

Commit

Permalink
default timeout was too short
Browse files Browse the repository at this point in the history
  • Loading branch information
mhansen committed Jun 20, 2010
1 parent 51e31dc commit a6ecb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/antinode.js
Expand Up @@ -9,7 +9,7 @@ var http = require('http'),
Script = process.binding('evals').Script;

exports.default_settings = {
"timeout_milliseconds": 1000 * 10,
"timeout_milliseconds": 1000 * 30,
"hosts" : {},
"port" : 8080,
"default_host" : {
Expand Down

0 comments on commit a6ecb61

Please sign in to comment.