changed global timeout to 1 sec for angular
This commit is contained in:
parent
5a9e0b8d4f
commit
0734dbe83a
|
@ -1,5 +1,5 @@
|
|||
angular
|
||||
.module('webui.services.constants', [])
|
||||
.constant('$name', 'webui-aria2')
|
||||
.constant('$globalTimeout', 5000)
|
||||
.constant('$globalTimeout', 1000)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user