Skip to content

Commit 57ca580

Browse files
committed
Increase execution timeout to 60 seconds
1 parent 506d469 commit 57ca580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis-desktop-manager/include/redis/RedisConnectionConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class RedisConnectionConfig
2323

2424
//timeouts
2525
static const int connectionTimeout = 30000;
26-
static const int executeTimeout = 30000;
26+
static const int executeTimeout = 60000;
2727

2828
RedisConnectionConfig(const QString & host, const QString & name = "", const int port = DEFAULT_REDIS_PORT)
2929
: name(name), host(host), port(port), sshPort(DEFAULT_SSH_PORT)

0 commit comments

Comments
 (0)