commit c53692cf52be4f6a3b8abacfb5b8010b2c9936a7 Author: David Fifield david@bamsoftware.com Date: Wed May 7 13:28:28 2014 -0700
Increase the urlfetch timeout from 10 s to 20 s.
I want to see if this helps the user who reports timeouts during bootstrapping. https://trac.torproject.org/projects/tor/ticket/11612 --- appengine/reflect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appengine/reflect.go b/appengine/reflect.go index 27c5941..a5ac291 100644 --- a/appengine/reflect.go +++ b/appengine/reflect.go @@ -15,7 +15,7 @@ import ( const ( forwardURL = "http://meek.bamsoftware.com:7002/" // A timeout of 0 means to use the App Engine default (5 seconds). - urlFetchTimeout = 10 * time.Second + urlFetchTimeout = 20 * time.Second )
var context appengine.Context
tor-commits@lists.torproject.org