javascript require-libs timeout
Bug #1489843 reported by
Peter Gervai
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Network Administration Visualized |
Fix Released
|
Undecided
|
John-Magne Bredal |
Bug Description
without this almost every page timeouts. I'd say even larger numbers could be useful.
--- /usr/share/
+++ /usr/share/
@@ -1,6 +1,6 @@
var require = {
baseUrl: '/static/js',
- waitSeconds: 7, // default
+ waitSeconds: 30, // default 7
paths: {
"libs": "libs",
"moment": "libs/moment.min",
Changed in nav: | |
assignee: | nobody → John-Magne Bredal (john-m-bredal) |
Changed in nav: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Setting this to a large value should have no bad consequences.
Fix here: /nav.uninett. no/hg/stable/ rev/f80d8a394a7 c
https:/