等待时间延长
This commit is contained in:
parent
ed1931cd98
commit
0cacf26649
|
@ -119,7 +119,7 @@ public class SyncPriorityChannel implements Runnable {
|
|||
|
||||
boolean timeout;
|
||||
try {
|
||||
timeout = !this.getChannelPromise().await(1, TimeUnit.SECONDS);
|
||||
timeout = !this.getChannelPromise().await(3, TimeUnit.SECONDS);
|
||||
} catch (InterruptedException e) {
|
||||
log.error("channelPromise.await发生异常,", e);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue