mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #59 from sharelatex/bg-enable-incremental-compiles-for-all-users
enable incremental compiles for all users
This commit is contained in:
commit
5ae8f4d578
1 changed files with 2 additions and 2 deletions
|
@ -144,9 +144,9 @@ define [
|
|||
rootDoc_id: options.rootDocOverride_id or null
|
||||
draft: $scope.draft
|
||||
check: checkType
|
||||
# use incremental compile for beta users but revert to a full
|
||||
# use incremental compile for all users but revert to a full
|
||||
# compile if there is a server error
|
||||
incrementalCompilesEnabled: window.user?.betaProgram and not $scope.pdf.error
|
||||
incrementalCompilesEnabled: not $scope.pdf.error
|
||||
_csrf: window.csrfToken
|
||||
}, {params: params}
|
||||
|
||||
|
|
Loading…
Reference in a new issue