Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Zope
Commits
ff5b71c8
Commit
ff5b71c8
authored
Jul 30, 2004
by
Andreas Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'cache-size' parameter is now of type byte-size
parent
bf2adc62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/ZODB/component.xml
lib/python/ZODB/component.xml
+3
-3
No files found.
lib/python/ZODB/component.xml
View file @
ff5b71c8
...
...
@@ -73,9 +73,9 @@
which is also the default name for the ZEO server.
</description>
</key>
<key
name=
"cache-size"
datatype=
"
integer"
default=
"20000000
"
>
<key
name=
"cache-size"
datatype=
"
byte-size"
default=
"20MB
"
>
<description>
The maximum size of the client cache, in bytes.
The maximum size of the client cache, in bytes
, KB or MB
.
</description>
</key>
<key
name=
"name"
default=
""
>
...
...
@@ -152,7 +152,7 @@
<sectiontype
name=
"zodb"
datatype=
".ZODBDatabase"
implements=
"ZODB.database"
>
<section
type=
"ZODB.storage"
name=
"*"
attribute=
"storage"
/>
<key
name=
"cache-size"
datatype=
"
integer
"
default=
"5000"
/>
<key
name=
"cache-size"
datatype=
"
byte-size
"
default=
"5000"
/>
<key
name=
"pool-size"
datatype=
"integer"
default=
"7"
/>
<key
name=
"version-pool-size"
datatype=
"integer"
default=
"3"
/>
<key
name=
"version-cache-size"
datatype=
"integer"
default=
"100"
/>
...
...
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