Disabling the repository limit in Quick Search
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
Fisheye becomes unresponsive upon using Quick Search and doesn't search more than the first 100 repositories.
Cause
By default, Fisheye cross-repository search has a 100-repository limit to prevent it from becoming unresponsive on Fisheye instances that have large numbers of repositories. Refer to our documentation.
Resolution
As of Fisheye minor upgrade 2.7.12 a new system property, fisheye.search.max.repositories, was introduced to give users the ability to increase the number of searched repositories. Use this setting by modifying FISHEYE_INST/system.properties
or start Fisheye with the -Dfisheye.search.max.repositories
. option (e.g. -Dfisheye.search.max.repositories
=250
).
Was this helpful?