Skip to content

Commit

Permalink
Merge pull request #29 from johandahlberg/longer_sensors_time
Browse files Browse the repository at this point in the history
Increase sensor poll time to 5 min
  • Loading branch information
Johan Hermansson committed Apr 26, 2016
2 parents ecb59ce + 38da1a7 commit 3cce78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensors/runfolder_sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class_name: "RunfolderSensor"
entry_point: "runfolder_sensor.py"
description: "Sensor which monitors runfolders"
poll_interval: 30
poll_interval: 300 # Every 5 minutes
trigger_types:
-
name: "runfolder_ready"
Expand Down

0 comments on commit 3cce78d

Please sign in to comment.