Skip to content
Snippets Groups Projects
Commit e9981960 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/ivette/properties-perf' into 'master'

[ivette] Fixes properties table loading performance.

See merge request frama-c/frama-c!3363
parents 8a0e769f 4d25bfd4
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