diff --git a/js/crm.backbone.js b/js/crm.backbone.js
index 4913abfbe9d114a4f328e01796ad8f36895ff50d..647d70c735a9a9aa635d7102fd9bda03e3825329 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.