Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
tweak(Tinebase): allign jsonrpc timeouts to ajax timeouts
Browse files Browse the repository at this point in the history
Change-Id: Ibe4abf7a62de65dca325bec3ef2b8f63f26e821b
Reviewed-on: http://gerrit.tine20.com/customers/12953
Tested-by: Jenkins CI (http://ci.tine20.com/) <tine20-jenkins@metaways.de>
Reviewed-by: Cornelius Weiss <c.weiss@metaways.de>
  • Loading branch information
corneliusweiss committed May 22, 2019
1 parent c393770 commit 0afd797
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tine20/Tinebase/js/ux/Direct/JsonRpcProvider.js
Expand Up @@ -34,6 +34,11 @@ Ext.ux.direct.JsonRpcProvider = Ext.extend(Ext.direct.RemotingProvider, {
* @cfg {Boolean} useNamedParams
*/
useNamedParams: false,

/**
* @cfg {Number} timeout
*/
timeout: 60000,

// private
initAPI : function() {
Expand Down

0 comments on commit 0afd797

Please sign in to comment.