Skip to content

Commit

Permalink
Fixed timeouts again.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Apr 8, 2024
1 parent 8dde795 commit 9b168c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routing.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ function Route(url, action, size) {
return;
}

t.timeout = 0;
t.size = 0;
t.flags = {};

var index = url.indexOf(' ');
Expand Down

0 comments on commit 9b168c6

Please sign in to comment.