From 3707bf8658485fdd3c0cc23a1ac3b4835dcb7d8f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 16 Sep 2015 11:24:18 -0700 Subject: [PATCH] add timeout default value to example config file --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 1e6ba61..2d71763 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,7 @@ format. An example config file looks like:: .* offline = true proxy = https://user:pass@localhost:8080 + timeout = 30 Installation