Bitbucket Server Displays 'There are too many files in this directory. Only showing the first 500.'

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Bitbucket Server displays 'There are too many files in this directory. Only showing the first 500.' when browsing a particular folder.

原因

This limit has been hard coded as default in Bitbucket Server for optimum performance during page loads.

ソリューション

You may reset this default by adding the following property to your 'bitbucket.properties' file in <BITBUCKET_HOME> directory:

 

page.max.directory.children=1000 #(or another arbitrary number)

However, it's not recommend setting this value to be very high, as it will start causing performance problems for your Bitbucket Server instance.

 

Alternatively, if you are looking for a particular file in a directory/repository, you could use the "Find File" feature.

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.