luci2: increase default rpc timeout to 15 seconds
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Oct 2013 20:21:57 +0000 (20:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 12 Oct 2013 20:21:57 +0000 (20:21 +0000)
luci2/htdocs/luci2/luci2.js

index 9f402570c869537f5e0b5a84a8a004d155d486fc..279da1716c0c77767793a87c50f6a2f6bfa83722 100644 (file)
@@ -387,7 +387,7 @@ function LuCI2()
        };
 
        this.globals = {
-               timeout:  3000,
+               timeout:  15000,
                resource: '/luci2',
                sid:      '00000000000000000000000000000000'
        };