Add support for request timeouts; timeout helper

This commit is contained in:
garrettmills
2020-08-01 13:59:38 -05:00
parent 48ead77765
commit 3991c9b4bb
4 changed files with 72 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ export default {
prefix: '/',
allow_mount_without_prefix: false,
request_timeout: 15000, // 15 seconds
powered_by: {
enable: true,
text: 'Daton',