fix: auth scheduler env vars, concurrency and browser stability
This commit is contained in:
@@ -7,7 +7,7 @@ import type { ServerInit } from '@sveltejs/kit';
|
||||
*
|
||||
* Environment variables:
|
||||
* - AUTH_SCHEDULER_ENABLED: Set to 'true' to enable periodic auth renewal
|
||||
* - AUTH_SCHEDULER_INTERVAL_HOURS: Hours between each renewal (default: 12)
|
||||
* - AUTH_SCHEDULER_INTERVAL_MINUTES: Minutes between each renewal (default: 720)
|
||||
*/
|
||||
export const init: ServerInit = async () => {
|
||||
console.log('[Server Init] Starting SvelteKit server...');
|
||||
|
||||
Reference in New Issue
Block a user