Compare commits
1 Commits
master
...
main_zhuha
| Author | SHA1 | Date |
|---|---|---|
|
|
73b357c2fb |
|
|
@ -52,7 +52,7 @@ public class RunOnlyHandler extends TextWebSocketHandler {
|
|||
String runOnlyResultKey = RUN_ONLY_RESULT_KEY_PREFIX + msg.getString(DATA);
|
||||
// webssh先收到请求,需要等待一会
|
||||
int i = 0;
|
||||
while (!redisHelper.hasKey(runOnlyResultKey) && i < 5 * 10) {
|
||||
while (!redisHelper.hasKey(runOnlyResultKey) && i < 30 * 10) {
|
||||
ThreadUtil.sleepSilently(100);
|
||||
i++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue