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
Branches
Tags
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 ...@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security ### ### Security ###
### Documentation ###
- `timeout` option in example pycaosdb.ini
## [0.7.0] - 2022-01-21 ## ## [0.7.0] - 2022-01-21 ##
### Added ### ### Added ###
......
...@@ -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