Skip to content
Snippets Groups Projects
Commit 2636b11c authored by Dmitrii Novikov (EPAM)'s avatar Dmitrii Novikov (EPAM)
Browse files

Updated default redis expiration value

parent 71af7bea
No related branches found
No related tags found
1 merge request!397Updated default redis expiration value
Pipeline #189462 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