mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
* Chnaged intervall for getting tables and macthes from server to 3000 milliseconds instead of 1000.
This commit is contained in:
parent
a26b8947d0
commit
cddff5fbac
1 changed files with 1 additions and 1 deletions
|
|
@ -799,7 +799,7 @@ class UpdateTablesTask extends SwingWorker<Void, Collection<TableView>> {
|
||||||
if (tables != null) {
|
if (tables != null) {
|
||||||
this.publish(tables);
|
this.publish(tables);
|
||||||
}
|
}
|
||||||
Thread.sleep(1000);
|
Thread.sleep(3000);
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue