summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2013-10-11 12:43:46 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2013-10-11 12:43:46 +0300
commit57df2e99e02eda2b283537fd70f3e1a6d119a139 (patch)
tree6ef1dbbdf8a6b42de853d978f1d1f48d83055710
parent022905ba0678831f86a44a11b767655060827f52 (diff)
downloadapscheduler-2.1.1.tar.gz
Fixed the documentation regarding jobstore configuration through configure()v2.1.1
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3b7bfad..847ffba 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -226,9 +226,9 @@ threadpool.core_threads 0 Maximum number of persistent threads in the p
threadpool.max_threads 20 Maximum number of total threads in the pool
threadpool.keepalive 1 Seconds to keep non-core worker threads waiting
for new tasks
-jobstores.X.class Class of the jobstore named X (specified as
+jobstore.X.class Class of the jobstore named X (specified as
module.name:classname)
-jobstores.X.Y Constructor option Y of jobstore X
+jobstore.X.Y Constructor option Y of jobstore X
======================= ========== ==============================================