Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
bed11cba
Commit
bed11cba
authored
Sep 08, 2016
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
bcad8cd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
src/ZODB/DB.py
src/ZODB/DB.py
+5
-5
src/ZODB/MappingStorage.py
src/ZODB/MappingStorage.py
+1
-1
src/ZODB/interfaces.py
src/ZODB/interfaces.py
+1
-1
No files found.
src/ZODB/DB.py
View file @
bed11cba
...
...
@@ -379,16 +379,16 @@ class DB(object):
When a connection has remained unused in a connection
pool for more than pool_timeout seconds, it will be
discarded and it's resources released.
:param objects cache_size
`
: target maximum number of non-ghost
:param objects cache_size: target maximum number of non-ghost
objects in each connection object cache.
:param int cache_size_bytes
`
: target total memory usage of non-ghost
:param int cache_size_bytes: target total memory usage of non-ghost
objects in each connection object cache.
:param int historical_pool_size
`
: expected maximum number of total
:param int historical_pool_size: expected maximum number of total
historical connections
:param objects historical_cache_size
`
: target maximum number
:param objects historical_cache_size: target maximum number
of non-ghost objects in each historical connection object
cache.
:param int historical_cache_size_bytes
`
: target total memory
:param int historical_cache_size_bytes: target total memory
usage of non-ghost objects in each historical connection
object cache.
:param seconds historical_timeout: Maximum age of inactive
...
...
src/ZODB/MappingStorage.py
View file @
bed11cba
...
...
@@ -35,7 +35,7 @@ class MappingStorage(object):
"""In-memory storage implementation
Note that this implementation is somewhat naive and inefficient
with regard to locking. It
'
s implementation is primarily meant to
with regard to locking. Its implementation is primarily meant to
be a simple illustration of storage implementation. It's also
useful for testing and exploration where scalability and efficiency
are unimportant.
...
...
src/ZODB/interfaces.py
View file @
bed11cba
...
...
@@ -472,7 +472,7 @@ class IStorage(Interface):
Finalize the storage, releasing any external resources. The
storage should not be used after this method is called.
Note that da
abses close theo
r storages when they're closed, so
Note that da
tabses close thei
r storages when they're closed, so
this method isn't generally called from application code.
"""
...
...
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