timeout info req

This commit is contained in:
ntr 2019-05-20 18:37:58 +10:00
parent 1a5575e612
commit dfc44084ec

View File

@ -308,7 +308,7 @@ function createSocket(events) {
events.setAccount(account); events.setAccount(account);
sendAccountInstances(); sendAccountInstances();
sendAccountCryps(); sendAccountCryps();
sendItemInfo(); setTimeout(sendItemInfo, 2000);
} }
sendPing(); sendPing();