From 07c089497fdee2039a1c4e5b840fe5ee3a34fe99 Mon Sep 17 00:00:00 2001 From: 7777777 Date: Mon, 28 Feb 2022 17:16:18 +0800 Subject: [PATCH] first commit --- sendNotify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendNotify.js b/sendNotify.js index 18dfc98..601cff8 100644 --- a/sendNotify.js +++ b/sendNotify.js @@ -12,7 +12,7 @@ const querystring = require('querystring'); const $ = new Env(); -const timeout = 15000; //超时时间(单位毫秒) +const timeout = 16000; //超时时间(单位毫秒) // =======================================gotify通知设置区域============================================== //gotify_url 填写gotify地址,如https://push.example.de:8080 //gotify_token 填写gotify的消息应用token