Increase temp file expiry from 5 to 10 minutes
- Update TEMP_FILE_EXPIRY constant (300 -> 600 seconds) - Update all UI references to the new 10 minute expiry Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -108,8 +108,8 @@ MIN_KEY_PASSWORD_LENGTH = 8
|
||||
# ============================================================================
|
||||
|
||||
# Temporary file storage
|
||||
TEMP_FILE_EXPIRY = 300 # 5 minutes in seconds
|
||||
TEMP_FILE_EXPIRY_MINUTES = 5
|
||||
TEMP_FILE_EXPIRY = 600 # 10 minutes in seconds
|
||||
TEMP_FILE_EXPIRY_MINUTES = 10
|
||||
|
||||
# Thumbnail settings
|
||||
THUMBNAIL_SIZE = (250, 250) # Maximum dimensions for thumbnails
|
||||
|
||||
Reference in New Issue
Block a user