pep.rc
changeset 30 a66ed0454ca8
parent 29 23fa36d480fb
--- a/pep.rc	Sun May 20 22:15:51 2012 +0300
+++ b/pep.rc	Mon May 21 03:38:51 2012 +0300
@@ -11,7 +11,12 @@
 # Minimum interval betweet two publishes. Any too frequent
 # publish requests will be discarded. Set to 0 to disable.
 # (pep_tune option)
-set tune_interval = 10
+set pep_tune_interval = 10
+
+# Set to non-zero, if paused state should be considered
+# stopped state (and thus publish empty data).
+# (pep_tune option)
+set pep_tune_pause_is_stop = 1
 
 # Minimum interval between two publishes. Any too frequent
 # publish requests will be discarded. Set to 0 to disable.