From: Tim Otten Date: Mon, 20 Jan 2014 11:22:10 +0000 (-0800) Subject: crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e5544ed5c670fcf3ed4d483c6abde88e7c257bd6;p=civicrm-core.git crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel to the collection --- diff --git a/js/crm.backbone.js b/js/crm.backbone.js index 4913abfbe9..647d70c735 100644 --- a/js/crm.backbone.js +++ b/js/crm.backbone.js @@ -338,7 +338,7 @@ debouncedFetch: _.debounce(function() { this.fetch({reset: true}); - }, 500), + }, 100), /** * Reconcile the server's collection with the client's collection.