File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ type Settings struct {
148148 // RedisPipelineLimit is DEPRECATED and unused in radix v4.
149149 // This setting has no effect. Radix v4 does not support explicit pipeline size limits.
150150 // Write buffering is controlled solely by RedisPipelineWindow (WriteFlushInterval).
151- RedisPipelineLimit int `envconfig:"REDIS_PIPELINE_LIMIT" default:"0"`
152- RedisPerSecond bool `envconfig:"REDIS_PERSECOND" default:"false"`
151+ RedisPipelineLimit int `envconfig:"REDIS_PIPELINE_LIMIT" default:"0"`
152+ RedisPerSecond bool `envconfig:"REDIS_PERSECOND" default:"false"`
153153 RedisPerSecondSocketType string `envconfig:"REDIS_PERSECOND_SOCKET_TYPE" default:"unix"`
154154 RedisPerSecondType string `envconfig:"REDIS_PERSECOND_TYPE" default:"SINGLE"`
155155 RedisPerSecondUrl string `envconfig:"REDIS_PERSECOND_URL" default:"/var/run/nutcracker/ratelimitpersecond.sock"`
You can’t perform that action at this time.
0 commit comments