Skip to content
Snippets Groups Projects
Commit b134a587 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-doc-timeout' into 'dev'

DOC: Document the `timeout` option.

See merge request !48
parents 8bcef58d 0d00a3e2
No related branches found
No related tags found
1 merge request!48DOC: Document the `timeout` option.
Pipeline #20200 passed
......@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ###
### Documentation ###
- `timeout` option in example pycaosdb.ini
## [0.7.0] - 2022-01-21 ##
### Added ###
......
......@@ -67,3 +67,6 @@
# This option is used internally and for testing. Do not override.
# 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
debugging (which I hope will not be necessary for this tutorial) or if you want to learn more about
the internals of the protocol.
`timeout` sets the timeout for requests to the server.
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
the examples folder of the source code.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment