fatrank6M

This commit is contained in:
paoloar77
2025-04-11 13:04:22 +02:00
parent c5f91de394
commit 646e1552c9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules/ node_modules/
.DS_Store

View File

@@ -21,7 +21,7 @@ const config = {
options: { options: {
encrypt: false, encrypt: false,
trustServerCertificate: true, trustServerCertificate: true,
requestTimeout: 30000 // timeout in ms (30 secondi) requestTimeout: 40000 // timeout in ms (30 secondi)
} }
}; };