Skip to content
Snippets Groups Projects
Verified Commit 6a7297d1 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Document the `timeout` option.

parent 8bcef58d
Branches
Tags
1 merge request!48DOC: Document the `timeout` option.
Pipeline #20189 passed
...@@ -67,3 +67,6 @@ ...@@ -67,3 +67,6 @@
# This option is used internally and for testing. Do not override. # This option is used internally and for testing. Do not override.
# implementation=_DefaultCaosDBServerConnection # implementation=_DefaultCaosDBServerConnection
# The timeout for requests to the server.
# timeout=1000
...@@ -49,6 +49,8 @@ with CaosDB which makes the experience much less verbose. Set it to 1 or 2 in ca ...@@ -49,6 +49,8 @@ with CaosDB which makes the experience much less verbose. Set it to 1 or 2 in ca
debugging (which I hope will not be necessary for this tutorial) or if you want to learn more about debugging (which I hope will not be necessary for this tutorial) or if you want to learn more about
the internals of the protocol. the internals of the protocol.
`timeout` sets the timeout for requests to the server.
A complete list of options can be found in the A complete list of options can be found in the
[pycaosdb.ini file](https://gitlab.com/caosdb/caosdb-pylib/-/blob/main/examples/pycaosdb.ini) in [pycaosdb.ini file](https://gitlab.com/caosdb/caosdb-pylib/-/blob/main/examples/pycaosdb.ini) in
the examples folder of the source code. the examples folder of the source code.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment