Skip to content
Snippets Groups Projects
Commit fed025eb authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

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

Updated default redis expiration value

See merge request !397
parents bbc4c06e 2636b11c
No related branches found
No related tags found
1 merge request!397Updated default redis expiration value
Pipeline #189741 failed
......@@ -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