Opened 5 years ago
Closed 5 years ago
#1166 closed enhancement (fixed)
Add configuration setting for disabling counting stray folders
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.23 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The counter service includes a function for checking and counting if there are any stray folders in the project archive. Typically due to items that have been deleted from BASE. See #865.
The problem with this function is that in a development environment it usually takes too long time and uses a lot of cpu resources. Another issue is that the project archive is usually not accessible unless an explicit SSH session is opened (and then to a development location that is separate from the production location).
Until now a workaround has been to comment out parts of the code that is counting the stray folders. It would be nicer to have a configuration setting in reggie-config.xml to disable this.
In 5554: