Skip to content
Snippets Groups Projects
Commit 4d25bfd4 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Fixes properties table loading performance.

parent 30d392f8
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,7 @@ class SyncArray<K, A> {
let pending;
/* eslint-disable no-await-in-loop */
do {
const data = await Server.send(this.handler.fetch, 50);
const data = await Server.send(this.handler.fetch, 20000);
const { reload = false, removed = [], updated = [] } = data;
const { model } = this;
if (reload) model.removeAllData();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment