mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -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) {
|
||||
this.publish(tables);
|
||||
}
|
||||
Thread.sleep(1000);
|
||||
Thread.sleep(3000);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue