From 0511526d97cb6a74282c5f4dd334be1f5f355ea0 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 25 Jan 2017 15:52:58 -0800 Subject: Implement a hook that runs periodically This creates a deferred that runs on a user configurable timer and is provided the ui. This deferred will re-fire after the number of seconds specified by the timer are eclipsed. By default this is 300 seconds. Fixes #522 --- docs/source/configuration/alotrc_table | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/source/configuration/alotrc_table') diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index 9e27b206..6929a665 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -385,6 +385,16 @@ :default: 2 +.. _periodic-hook-frequency: + +.. describe:: periodic_hook_frequency + + The number of seconds to wait between calls to the loop_hook + + :type: integer + :default: 300 + + .. _prefer-plaintext: .. describe:: prefer_plaintext -- cgit v1.2.3