Skip to content
Snippets Groups Projects
Commit 5f5699c5 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Temporarily modify time intervals for testing

parent df73a254
No related merge requests found
......@@ -75,8 +75,8 @@ public class UserService implements IUserService {
private static final int PASSWORD_RESET_KEY_DURABILITY_MS = 2 * 60 * 60 * 1000;
private static final long ACTIVATION_KEY_CHECK_INTERVAL_MS = 30 * 60 * 1000L;
private static final long ACTIVATION_KEY_DURABILITY_MS = 6 * 60 * 60 * 1000L;
private static final long ACTIVATION_KEY_CHECK_INTERVAL_MS = 60 * 1000L; // 30 * 60 * 1000L;
private static final long ACTIVATION_KEY_DURABILITY_MS = 2 * 60 * 1000L; // 6 * 60 * 60 * 1000L;
public static final Logger LOGGER = LoggerFactory.getLogger(UserService.class);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment