perf: optimize defaults - chunk size 20 for precision, 100 parallel requests

- Changed chunk size from 75 to 20 for better subtitle alignment
- Increased parallel requests from 50 to 100 for faster processing
- Updated README with chunk size recommendation for precision
- Updated license to GPL-3.0
This commit is contained in:
Yusuf İpek
2026-01-27 22:53:56 +03:00
parent 2e314c6d4c
commit d7450238f8
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// ============================================
const DEFAULT_MODEL = 'google/gemini-3-flash-preview';
const DEFAULT_PARALLEL = 50;
const DEFAULT_PARALLEL = 100;
const MAX_RETRIES = 3;
const RETRY_DELAY_MS = 1000; // 1 second
const REQUEST_TIMEOUT_MS = 30000; // 30 seconds