diff --git a/storage/mysql/68-mysql.html b/storage/mysql/68-mysql.html index 11c6fd80..29187b1b 100644 --- a/storage/mysql/68-mysql.html +++ b/storage/mysql/68-mysql.html @@ -29,7 +29,7 @@
- +
@@ -72,6 +72,8 @@

msg.topic must hold the query for the database, and the result is returned in msg.payload.

Typically the returned payload will be an array of the result rows.

If nothing is found for the key then null is returned,

+

The reconnect timeout in milliseconds can be changed by adding a line to settings.js +

mysqlReconnectTime: 30000,