Skip to content

Commit

Permalink
Fix: Increase timeout (now 60s) to allow operation on slow Influx ser…
Browse files Browse the repository at this point in the history
…vers like on a RPi.
  • Loading branch information
zoernert committed Jan 28, 2024
1 parent 7b770e5 commit 87ce563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/services/influx.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module.exports = {
type: "string",
},
},
timeout: 60000,
async handler(ctx) {

function objectToInfluxLineProtocol(obj) {
Expand Down

0 comments on commit 87ce563

Please sign in to comment.