Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit 107a6b9

Browse files
committed
- Removing sleep
1 parent eb054cf commit 107a6b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Helpers/GeneralHelper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ public static function updateSocketSession()
8585
}
8686

8787
file_put_contents($dir . '/' . $key . '.session', json_encode($session->get('user')));
88-
89-
// Making sure it actually there before we load (only a second so no biggie)
90-
sleep(1);
9188
}
9289
}
9390

0 commit comments

Comments
 (0)