Skip to content
Snippets Groups Projects
Commit edc13cbb authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Extend UUID validity to 60 days

parent 291d67a7
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ public class Globals { ...@@ -68,7 +68,7 @@ public class Globals {
public static String defaultTimestampFormat = "yyyy-MM-dd HH:mm:ssXXX"; public static String defaultTimestampFormat = "yyyy-MM-dd HH:mm:ssXXX";
public static String defaultDateFormat = "yyyy-MM-dd"; public static String defaultDateFormat = "yyyy-MM-dd";
public static int DEFAULT_UUID_VALIDITY_DURATION_DAYS = 30; public static int DEFAULT_UUID_VALIDITY_DURATION_DAYS = 60;
public static String PROTOCOL = System.getProperty("no.nibio.vips.logic.VIPSLOGIC_PROTOCOL","http"); public static String PROTOCOL = System.getProperty("no.nibio.vips.logic.VIPSLOGIC_PROTOCOL","http");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment