Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
379dd5a3
Commit
379dd5a3
authored
15 years ago
by
izabel
Browse files
Options
Downloads
Patches
Plain Diff
update dss service properties
SVN: 12362
parent
e0b710ee
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datastore_server/dist/etc/service.properties
+19
-9
19 additions, 9 deletions
datastore_server/dist/etc/service.properties
with
19 additions
and
9 deletions
datastore_server/dist/etc/service.properties
+
19
−
9
View file @
379dd5a3
...
...
@@ -4,15 +4,6 @@ data-store-server-code = DSS1
# The root directory of the data store
storeroot-dir
=
data/store
# The root directory of the hierarchical data store
# hierarchy-root-dir = data/hierarchical-store
# The time between rebuilding the hierarchical store structure (in seconds)
# hierarchy-rebuild-interval = 86400
# The delay before the first build of hierarchical structure (in seconds)
# hierarchy-build-delay = 0
# Port
port
=
8444
...
...
@@ -117,6 +108,25 @@ main-thread.incoming-data-completeness-condition = marker-file
# are considered associated to a database instance (not group private).
# main-thread.group-code = <change this>
# ---------------------------------------------------------------------------
# maintenance plugins configuration
# ---------------------------------------------------------------------------
# Comma separated names of maintenance plugins.
# Each plugin should have configuration properties prefixed with its name.
# Mandatory properties for each <plugin> include:
# <plugin>.class - Fully qualified plugin class name
# <plugin>.interval - The time between plugin executions (in seconds)
#maintenance-plugins =
# Creates hierarchical version of the data store, based on the content of the database
#hierarchy-builder.class = ch.systemsx.cisd.etlserver.plugins.HierarchicalStorageUpdater
# The time between rebuilding the hierarchical store structure (in seconds)
#hierarchy-builder.interval = 86400
# The root directory of the hierarchical data store
#hierarchy-builder.hierarchy-root-dir = data/hierarchical-store
# ---------------- Plugin properties
# The extractor class to use for code extraction
main-thread.data-set-info-extractor
=
ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment