From dfc44084ec28dbd1c97c9b331cfe1cd672ebbc1d Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 20 May 2019 18:37:58 +1000 Subject: [PATCH] timeout info req --- client/src/socket.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/socket.jsx b/client/src/socket.jsx index 48b1917f..13388178 100644 --- a/client/src/socket.jsx +++ b/client/src/socket.jsx @@ -308,7 +308,7 @@ function createSocket(events) { events.setAccount(account); sendAccountInstances(); sendAccountCryps(); - sendItemInfo(); + setTimeout(sendItemInfo, 2000); } sendPing();