Undo history sync delay change
This commit is contained in:
parent
d47b067855
commit
51da08bf97
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ public class InsightPumpPlugin implements PluginBase, PumpInterface, Constraints
|
|||
|
||||
updateGui();
|
||||
|
||||
connector.requestHistorySync(1000);
|
||||
connector.requestHistorySync(30000);
|
||||
connector.tryToGetPumpStatusAgain();
|
||||
|
||||
return pumpEnactResult;
|
||||
|
|
Loading…
Reference in a new issue