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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
17e7cf03
Commit
17e7cf03
authored
Oct 21, 2005
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add descriptions to the <zodb> section keys.
parent
fe3cc468
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
src/ZODB/component.xml
src/ZODB/component.xml
+20
-0
No files found.
src/ZODB/component.xml
View file @
17e7cf03
...
@@ -153,9 +153,29 @@
...
@@ -153,9 +153,29 @@
implements=
"ZODB.database"
>
implements=
"ZODB.database"
>
<section
type=
"ZODB.storage"
name=
"*"
attribute=
"storage"
/>
<section
type=
"ZODB.storage"
name=
"*"
attribute=
"storage"
/>
<key
name=
"cache-size"
datatype=
"integer"
default=
"5000"
/>
<key
name=
"cache-size"
datatype=
"integer"
default=
"5000"
/>
<description>
Target size, in number of objects, of each connection's
object cache.
</description>
<key
name=
"pool-size"
datatype=
"integer"
default=
"7"
/>
<key
name=
"pool-size"
datatype=
"integer"
default=
"7"
/>
<description>
The expected maximum number of simultaneously open connections.
There is no hard limit (as many connections as are requested
will be opened, until system resources are exhausted). Exceeding
pool-size connections causes a warning message to be logged,
and exceeding twice pool-size connections causes a critical
message to be logged.
</description>
<key
name=
"version-pool-size"
datatype=
"integer"
default=
"3"
/>
<key
name=
"version-pool-size"
datatype=
"integer"
default=
"3"
/>
<description>
The expected maximum number of connections simultaneously open
per version.
</description>
<key
name=
"version-cache-size"
datatype=
"integer"
default=
"100"
/>
<key
name=
"version-cache-size"
datatype=
"integer"
default=
"100"
/>
<description>
Target size, in number of objects, of each version connection's
object cache.
</description>
</sectiontype>
</sectiontype>
</component>
</component>
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