mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
Implementing scroll bar like Google Photos
This commit is contained in:
@@ -63,7 +63,7 @@ export class AssetService {
|
||||
lastQueryCreatedAt: query.nextPageKey || new Date().toISOString(),
|
||||
})
|
||||
.orderBy('a."createdAt"::date', 'DESC')
|
||||
.take(200)
|
||||
.take(10000)
|
||||
.getMany();
|
||||
|
||||
if (assets.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user