From 488a5e39d6c71ba01ac9ccd34dfe8e2c70f27bae Mon Sep 17 00:00:00 2001 From: Tretter Date: Thu, 25 Feb 2021 10:15:27 -0600 Subject: [PATCH] Change deadswitch to 2 hour because Task changed to trigger every hour. --- runWin.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runWin.cmd b/runWin.cmd index c39011e..3428ad6 100644 --- a/runWin.cmd +++ b/runWin.cmd @@ -1,3 +1,3 @@ -curl -s -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=kcc.process.recordAppInsights&secs=86500&email=joe.tretter@kcc.com,joerg.tretter@gmail.com" +curl -s -d "" -X POST "https://deadswitch.kawomi.com/api/v1?topic=kcc.process.recordAppInsights&secs=7200&email=joe.tretter@kcc.com,joerg.tretter@gmail.com" C:\cygwin64\bin\sh.exe -li ~/RecordAppInsights/recordAppInsights.sh copy /y db.sqlite3 \\ustca239\JoesHop\TipsPerfDB\ \ No newline at end of file