We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea9d37 commit 598a3dcCopy full SHA for 598a3dc
examples/settings.py
@@ -1,6 +1,7 @@
1
connection = {
2
'address': '127.0.0.1',
3
- 'port': 5038
+ 'port': 5038,
4
+ 'timeout': 180,
5
}
6
7
login = {
0 commit comments