reduce thumbnail page size

This commit is contained in:
Simon 2025-12-26 22:07:03 +07:00
parent b97a990237
commit c19af11e14
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ class ThumbFilesystem:
paginate = IndexPaginate(
index_name=self.INDEX_NAME,
data=data,
size=200,
size=100,
callback=EmbedCallback,
task=self.task,
total=self._get_total(),