File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ export const env = createEnv({
171171 RATE_LIMIT_ENTERPRISE_ASYNC : z . string ( ) . optional ( ) . default ( '5000' ) , // Enterprise tier async API executions per minute
172172
173173 EXECUTION_TIMEOUT_FREE : z . string ( ) . optional ( ) . default ( '300' ) ,
174- EXECUTION_TIMEOUT_PRO : z . string ( ) . optional ( ) . default ( '3600 ' ) ,
175- EXECUTION_TIMEOUT_TEAM : z . string ( ) . optional ( ) . default ( '3600 ' ) ,
176- EXECUTION_TIMEOUT_ENTERPRISE : z . string ( ) . optional ( ) . default ( '3600 ' ) ,
174+ EXECUTION_TIMEOUT_PRO : z . string ( ) . optional ( ) . default ( '3000 ' ) ,
175+ EXECUTION_TIMEOUT_TEAM : z . string ( ) . optional ( ) . default ( '3000 ' ) ,
176+ EXECUTION_TIMEOUT_ENTERPRISE : z . string ( ) . optional ( ) . default ( '3000 ' ) ,
177177
178178 // Knowledge Base Processing Configuration - Shared across all processing methods
179179 KB_CONFIG_MAX_DURATION : z . number ( ) . optional ( ) . default ( 600 ) , // Max processing duration in seconds (10 minutes)
You can’t perform that action at this time.
0 commit comments