From e5544ed5c670fcf3ed4d483c6abde88e7c257bd6 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 20 Jan 2014 03:22:10 -0800 Subject: [PATCH] crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel to the collection --- js/crm.backbone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1