mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	#98, new option "initialized" which indicates if setup has been finished
This commit is contained in:
		| @@ -47,7 +47,7 @@ const sessionParser = session({ | ||||
|     cookie: { | ||||
|         //    path: "/", | ||||
|         httpOnly: true, | ||||
|         maxAge:  1800000 | ||||
|         maxAge:  24 * 60 * 60 * 1000 // in milliseconds | ||||
|     }, | ||||
|     store: new FileStore({ | ||||
|         ttl: 30 * 24 * 3600, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user