Skip to content

Commit cd23436

Browse files
change request timeout to 60s
1 parent 678ba7c commit cd23436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/azure_sql/azure_sql.app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default {
5151
options: {
5252
encrypt: true,
5353
port: Number(port),
54+
requestTimeout: 60000,
5455
},
5556
};
5657
},

0 commit comments

Comments
 (0)