Update scripts

This commit is contained in:
freearhey
2025-10-29 07:58:58 +03:00
parent 5845b24778
commit f07af88a8c
5 changed files with 105 additions and 134 deletions

10
scripts/default.config.js Normal file
View File

@@ -0,0 +1,10 @@
export default {
days: 1,
delay: 0,
request: {
maxContentLength: 5242880,
timeout: 30000,
withCredentials: true,
jar: null
}
}