mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
set timeout of mytasks ajax call to 1000ms
This commit is contained in:
parent
5adaf41288
commit
45fd0bf934
|
@ -892,7 +892,7 @@ $(document).ready(function() {
|
|||
revision_count = data.data.revision.length;
|
||||
}
|
||||
},
|
||||
timeout: 200
|
||||
timeout: 1000
|
||||
});
|
||||
timeOutId = setTimeout(checkTasks, 10000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user