Skip to content
Snippets Groups Projects
Commit 03829594 authored by Chad Leong's avatar Chad Leong :speech_balloon:
Browse files

Merge branch 'cherry-pick-fed025eb' into 'release/0.21'

Merge branch 'fix-redis-config' into 'master'

See merge request !399
parents c3647f4c e72f34d2
No related branches found
No related tags found
1 merge request!399Merge branch 'fix-redis-config' into 'master'
Pipeline #189891 passed with warnings
......@@ -14,6 +14,6 @@ public class RedisProperties {
private String redisHost;
private Integer redisPort;
private String redisPassword;
private Integer redisExpiration = Integer.MAX_VALUE;
private Integer redisExpiration = 300;
private Boolean redisWithSsl = false;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment