summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2021-12-03 14:36:46 +0100
committerTomas Farago <sensej007@email.cz>2021-12-03 14:36:46 +0100
commit9f49adb9b922cecc6cdabb437701a2005953b265 (patch)
treeda605dc3fecfe701cd6bb9b446306054bb78e7aa
parenta75fe709b9d3066af22c3d54c8fb1066afd7e4cc (diff)
downloadufo-filters-9f49adb9b922cecc6cdabb437701a2005953b265.tar.gz
ufo-filters-9f49adb9b922cecc6cdabb437701a2005953b265.tar.bz2
ufo-filters-9f49adb9b922cecc6cdabb437701a2005953b265.tar.xz
ufo-filters-9f49adb9b922cecc6cdabb437701a2005953b265.zip
docs: remove retries and retry-timeout
-rw-r--r--docs/generators.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/generators.rst b/docs/generators.rst
index 9f063ab..d0925f5 100644
--- a/docs/generators.rst
+++ b/docs/generators.rst
@@ -88,18 +88,6 @@ File reader
example, to load `.foo` files as raw files, set the ``type`` property to
`raw`.
- .. gobj:prop:: retries:uint
-
- Set the number of retries in case files do not exist yet and are being
- written. If you set this, you *must* also set ``number`` otherwise you
- would have to wait basically forever for the execution to finish. Note,
- that only files are considered which come after the last successful
- filename.
-
- .. gobj:prop:: retry-timeout:uint
-
- Seconds to wait before reading new files.
-
Memory reader
=============