mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
Option to generate community and collection "strength" as a batch job
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2328 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -313,9 +313,26 @@ webui.preview.brand.font = SansSerif
|
||||
webui.preview.brand.fontpoint = 12
|
||||
#webui.preview.dc = rights
|
||||
|
||||
##### Settings for content count/strength information ####
|
||||
|
||||
# whether to display collection and community strengths
|
||||
#
|
||||
webui.strengths.show = false
|
||||
|
||||
# if showing the strengths, should they be counted in real time or
|
||||
# fetched from cache?
|
||||
#
|
||||
# Counts fetched in real time will perform an actual count of the
|
||||
# database contents every time a page with this feature is requested,
|
||||
# which will not scale. If the below setting is to use the cache, you
|
||||
# must run the following command periodically to update the count:
|
||||
#
|
||||
# [dspace]/bin/dsrun org.dspace.browse.ItemCounter
|
||||
#
|
||||
# The default is to count in real time
|
||||
#
|
||||
webui.strengths.cache = false
|
||||
|
||||
# whether to display the contents of the licence bundle (often just the deposit
|
||||
# licence in standard DSpace installation
|
||||
webui.licence_bundle.show = false
|
||||
|
Reference in New Issue
Block a user