Throttle platform SSO session checks to cut per-request auth latency.
Deploy Ladill Queue / deploy (push) Successful in 1m26s
Deploy Ladill Queue / deploy (push) Successful in 1m26s
Verify auth.ladill.com at most once every 90s; recommend Redis for session/cache in .env.example. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+7
-2
@@ -17,10 +17,15 @@ DB_DATABASE=ladill_queue
|
||||
DB_USERNAME=ladill_queue
|
||||
DB_PASSWORD=
|
||||
|
||||
SESSION_DRIVER=database
|
||||
REDIS_CLIENT=phpredis
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
SESSION_DRIVER=redis
|
||||
# Idle web session length in minutes (1440 = 24 hours of inactivity).
|
||||
SESSION_LIFETIME=1440
|
||||
CACHE_STORE=database
|
||||
CACHE_STORE=redis
|
||||
QUEUE_CONNECTION=database
|
||||
|
||||
# Display board poll interval in milliseconds (voice announcements)
|
||||
|
||||
Reference in New Issue
Block a user