Skip to content

Commit 926b5ac

Browse files
committed
Only show 250 files in a directory listing
1 parent 5944852 commit 926b5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/files/FileManagerContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default () => {
5353
</p>
5454
</div>
5555
{
56-
files.slice(0, 500).map(file => (
56+
files.slice(0, 250).map(file => (
5757
<FileObjectRow key={file.uuid} file={file}/>
5858
))
5959
}

0 commit comments

Comments
 (0)