Skip to content
Snippets Groups Projects
Commit e72f34d2 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

(cherry picked from commit fed025eb)

2636b11c Updated default redis expiration value
parent c3647f4c
No related branches found
No related tags found
1 merge request!399Merge branch 'fix-redis-config' into 'master'
Pipeline #189710 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