We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 506d469 commit 57ca580Copy full SHA for 57ca580
redis-desktop-manager/include/redis/RedisConnectionConfig.h
@@ -23,7 +23,7 @@ class RedisConnectionConfig
23
24
//timeouts
25
static const int connectionTimeout = 30000;
26
- static const int executeTimeout = 30000;
+ static const int executeTimeout = 60000;
27
28
RedisConnectionConfig(const QString & host, const QString & name = "", const int port = DEFAULT_REDIS_PORT)
29
: name(name), host(host), port(port), sshPort(DEFAULT_SSH_PORT)
0 commit comments