Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
1997818b
Commit
1997818b
authored
May 27, 2013
by
Marius Gedminas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ClientStorage docstring
parent
c293082e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/ZEO/ClientStorage.py
src/ZEO/ClientStorage.py
+2
-2
No files found.
src/ZEO/ClientStorage.py
View file @
1997818b
...
@@ -162,12 +162,12 @@ class ClientStorage(object):
...
@@ -162,12 +162,12 @@ class ClientStorage(object):
var
var
When client is not None, this specifies the directory
When client is not None, this specifies the directory
where the persistent cache files are created. It defaults
where the persistent cache files are created. It defaults
to None, in whichcase the current directory is used.
to None, in which
case the current directory is used.
min_disconnect_poll
min_disconnect_poll
The minimum delay in seconds between
The minimum delay in seconds between
attempts to connect to the server, in seconds. Defaults
attempts to connect to the server, in seconds. Defaults
to
5 seconds
.
to
1 second
.
max_disconnect_poll
max_disconnect_poll
The maximum delay in seconds between
The maximum delay in seconds between
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment