1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Refresh interval in milliseconds

This commit is contained in:
bartbutenaers 2020-05-02 14:41:46 +02:00 committed by GitHub
parent f468d6e947
commit 4694644043
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,10 +153,10 @@ module.exports = {
// } // }
//}, //},
// The following property can be used to refresh the https settings at regular time intervals (seconds). // The following property can be used to refresh the https settings at regular time intervals (milliseconds).
// Prerequisite: the 'https' property should be enabled (based on a function)! // Prerequisite: the 'https' property should be enabled (based on a function)!
// Caution: NodeJs version 11 or above is required to use this option! // Caution: NodeJs version 11 or above is required to use this option!
//httpsRefreshInterval : 3600, //httpsRefreshInterval : 3600000,
// The following property can be used to cause insecure HTTP connections to // The following property can be used to cause insecure HTTP connections to
// be redirected to HTTPS. // be redirected to HTTPS.