Skip to content

Commit

Permalink
Fixed #41 - Increased timeout from 1 second to 2 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed Aug 23, 2016
1 parent 3f50f3f commit 918f8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/jcclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
};

request.open(verb, path);
request.timeout = 1000;
request.timeout = 2000;
request.send(null);
}

Expand Down

0 comments on commit 918f8a1

Please sign in to comment.