make internal 5s

This commit is contained in:
Charlie Kolb
2025-12-05 19:57:24 +01:00
parent 68693b5b26
commit 420d679302

View File

@@ -22,7 +22,7 @@ export class DataTableConfig {
* This prevents excessive database queries for size validation.
*/
@Env('N8N_DATA_TABLES_SIZE_CHECK_CACHE_DURATION_MS')
sizeCheckCacheDuration: number = 60 * 1000;
sizeCheckCacheDuration: number = 5 * 1000;
/**
* The maximum allowed file size (in bytes) for CSV uploads to data tables.