Stylique commited on
Commit
0165696
·
verified ·
1 Parent(s): e80d35a

Update server.js

Browse files
Files changed (1) hide show
  1. server.js +1 -1
server.js CHANGED
@@ -100,7 +100,7 @@ function getRenderConfig() {
100
  // Performance settings (optimized for L4: 8 vCPU, 30GB RAM)
101
  concurrency: 6, // Optimal for 8-core system
102
  disallowParallelEncoding: false,
103
- numberOfGifLoops: 0,
104
 
105
  // Audio settings
106
  audioBitrate: '192k',
 
100
  // Performance settings (optimized for L4: 8 vCPU, 30GB RAM)
101
  concurrency: 6, // Optimal for 8-core system
102
  disallowParallelEncoding: false,
103
+ // REMOVED: numberOfGifLoops: 0, // Only for GIF codec
104
 
105
  // Audio settings
106
  audioBitrate: '192k',