Skip to content

Commit

Permalink
Make lua keys loading disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Feb 8, 2018
1 parent 2072223 commit 859c37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/models/connectionconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ServerConfig : public RedisClient::ConnectionConfig
public:
static const char DEFAULT_NAMESPACE_SEPARATOR = ':';
static const char DEFAULT_KEYS_GLOB_PATTERN = '*';
static const bool DEFAULT_LUA_KEYS_LOADING = true;
static const bool DEFAULT_LUA_KEYS_LOADING = false;

public:
ServerConfig(const QString & host = "127.0.0.1", const QString & auth = "",
Expand Down

0 comments on commit 859c37d

Please sign in to comment.