diff --git a/web/org.openbravo.mobile.core/source/data/ob-datasource.js b/web/org.openbravo.mobile.core/source/data/ob-datasource.js
--- a/web/org.openbravo.mobile.core/source/data/ob-datasource.js
+++ b/web/org.openbravo.mobile.core/source/data/ob-datasource.js
@@ -446,7 +446,7 @@
 
     this.cache = null;
 
-    handleIncrementalRequest(35000, 0, params, incremental);
+    handleIncrementalRequest(10000, 0, params, incremental);
   };
 
   OB.DS.DataSource.prototype.find = function (filter, callback) {
@@ -470,4 +470,4 @@
       }, this);
     }
   };
-}());
\ No newline at end of file
+}());
