forked from Silverfish/proton-bridge
GODT-1929: changed gRPC wait timeout.
This commit is contained in:
committed by
Romain LE JEUNE
parent
77b9cab07b
commit
2f7ce565f0
@ -41,7 +41,7 @@ namespace
|
||||
|
||||
QString const bridgeLock = "bridge-gui.lock"; ///< file name used for the lock file.
|
||||
QString const exeName = "bridge" + exeSuffix; ///< The bridge executable file name.*
|
||||
qint64 const grpcServiceConfigWaitDelayMs = 60000; ///< The wait delay for the gRPC config file in milliseconds.
|
||||
qint64 const grpcServiceConfigWaitDelayMs = 180000; ///< The wait delay for the gRPC config file in milliseconds.
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user