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
c6e799ae
Commit
c6e799ae
authored
Jun 02, 2003
by
Richard Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enclose the <descriptions> in the <key>s they're actually describing.
parent
ee9a9f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
10 deletions
+20
-10
src/ZODB/component.xml
src/ZODB/component.xml
+20
-10
No files found.
src/ZODB/component.xml
View file @
c6e799ae
...
@@ -65,63 +65,73 @@
...
@@ -65,63 +65,73 @@
<sectiontype
name=
"zeoclient"
datatype=
".ZEOClient"
<sectiontype
name=
"zeoclient"
datatype=
".ZEOClient"
implements=
"ZODB.storage"
>
implements=
"ZODB.storage"
>
<multikey
name=
"server"
datatype=
"socket-address"
required=
"yes"
/>
<multikey
name=
"server"
datatype=
"socket-address"
required=
"yes"
/>
<key
name=
"storage"
default=
"1"
/
>
<key
name=
"storage"
default=
"1"
>
<description>
<description>
The name of the storage that the client wants to use. If the
The name of the storage that the client wants to use. If the
ZEO server serves more than one storage, the client selects
ZEO server serves more than one storage, the client selects
the storage it wants to use by name. The default name is '1',
the storage it wants to use by name. The default name is '1',
which is also the default name for the ZEO server.
which is also the default name for the ZEO server.
</description>
</description>
<key
name=
"cache-size"
datatype=
"integer"
default=
"20000000"
/>
</key>
<key
name=
"cache-size"
datatype=
"integer"
default=
"20000000"
>
<description>
<description>
The maximum size of the client cache, in bytes.
The maximum size of the client cache, in bytes.
</description>
</description>
<key
name=
"name"
default=
""
/>
</key>
<key
name=
"name"
default=
""
>
<description>
<description>
The storage name. If unspecified, the address of the server
The storage name. If unspecified, the address of the server
will be used as the name.
will be used as the name.
</description>
</description>
<key
name=
"client"
/>
</key>
<key
name=
"client"
>
<description>
<description>
Enables persistent cache files. The string passed here is
Enables persistent cache files. The string passed here is
used to construct the cache filenames. If it is not
used to construct the cache filenames. If it is not
specified, the client creates a temporary cache that will
specified, the client creates a temporary cache that will
only be used by the current object.
only be used by the current object.
</description>
</description>
<key
name=
"var"
/>
</key>
<key
name=
"var"
>
<description>
<description>
The directory where persistent cache files are stored. By
The directory where persistent cache files are stored. By
default cache files, if they are persistent, are stored in
default cache files, if they are persistent, are stored in
the current directory.
the current directory.
</description>
</description>
<key
name=
"min-disconnect-poll"
datatype=
"integer"
default=
"5"
/>
</key>
<key
name=
"min-disconnect-poll"
datatype=
"integer"
default=
"5"
>
<description>
<description>
The minimum delay in seconds between attempts to connect to
The minimum delay in seconds between attempts to connect to
the server, in seconds. Defaults to 5 seconds.
the server, in seconds. Defaults to 5 seconds.
</description>
</description>
<key
name=
"max-disconnect-poll"
datatype=
"integer"
default=
"300"
/>
</key>
<key
name=
"max-disconnect-poll"
datatype=
"integer"
default=
"300"
>
<description>
<description>
The maximum delay in seconds between attempts to connect to
The maximum delay in seconds between attempts to connect to
the server, in seconds. Defaults to 300 seconds.
the server, in seconds. Defaults to 300 seconds.
</description>
</description>
<key
name=
"wait"
datatype=
"boolean"
default=
"on"
/>
</key>
<key
name=
"wait"
datatype=
"boolean"
default=
"on"
>
<description>
<description>
A boolean indicating whether the constructor should wait
A boolean indicating whether the constructor should wait
for the client to connect to the server and verify the cache
for the client to connect to the server and verify the cache
before returning. The default is true.
before returning. The default is true.
</description>
</description>
<key
name=
"read-only"
datatype=
"boolean"
default=
"off"
/>
</key>
<key
name=
"read-only"
datatype=
"boolean"
default=
"off"
>
<description>
<description>
A flag indicating whether this should be a read-only storage,
A flag indicating whether this should be a read-only storage,
defaulting to false (i.e. writing is allowed by default).
defaulting to false (i.e. writing is allowed by default).
</description>
</description>
<key
name=
"read-only-fallback"
datatype=
"boolean"
default=
"off"
/>
</key>
<key
name=
"read-only-fallback"
datatype=
"boolean"
default=
"off"
>
<description>
<description>
A flag indicating whether a read-only remote storage should be
A flag indicating whether a read-only remote storage should be
acceptable as a fallback when no writable storages are
acceptable as a fallback when no writable storages are
available. Defaults to false. At most one of read_only and
available. Defaults to false. At most one of read_only and
read_only_fallback should be true.
read_only_fallback should be true.
</description>
</description>
</key>
<key
name=
"realm"
required=
"no"
>
<key
name=
"realm"
required=
"no"
>
<description>
<description>
The authentication realm of the server. Some authentication
The authentication realm of the server. Some authentication
...
...
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