mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase timeout to 5 seconds
This commit is contained in:
parent
32b849faf7
commit
0c76b06a97
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ define [
|
|||
"libs/bib-log-parser"
|
||||
"services/log-hints-feedback"
|
||||
], (App, Ace, HumanReadableLogs, BibLogParser) ->
|
||||
AUTO_COMPILE_TIMEOUT = 3000
|
||||
AUTO_COMPILE_TIMEOUT = 5000
|
||||
|
||||
App.controller "PdfController", ($scope, $http, ide, $modal, synctex, event_tracking, logHintsFeedback, localStorage) ->
|
||||
# enable per-user containers by default
|
||||
|
|
Loading…
Reference in a new issue