Phase 1: Add ESLint/Prettier config + baseline auto-fixes
This commit is contained in:
@@ -105,7 +105,7 @@ const DOCKER = {
|
||||
TIMEOUT: 30000, // 30s — timeout for docker pull/create operations
|
||||
LOG_CONFIG: {
|
||||
Type: 'json-file',
|
||||
Config: { 'max-size': '10m', 'max-file': '3' } // 30MB max per container
|
||||
Config: { 'max-size': '10m', 'max-file': '3' }, // 30MB max per container
|
||||
},
|
||||
MAINTENANCE: {
|
||||
INTERVAL: 24 * 60 * 60 * 1000, // 24 hours
|
||||
|
||||
Reference in New Issue
Block a user