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 9f40257..279da17 100644 (file)
@@ -387,7 +387,7 @@ function LuCI2()
        };
 
        this.globals = {
        };
 
        this.globals = {
-               timeout:  3000,
+               timeout:  15000,
                resource: '/luci2',
                sid:      '00000000000000000000000000000000'
        };
                resource: '/luci2',
                sid:      '00000000000000000000000000000000'
        };