mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -04:00
chore: increase memory lane memory limit
This commit is contained in:
parent
c8abe9a2fd
commit
85e15a5f30
@ -139,7 +139,7 @@ export class AssetRepository implements IAssetRepository {
|
||||
.select((eb) => eb.fn('jsonb_agg', [eb.table('res')]).as('assets'))
|
||||
.groupBy(sql`("localDateTime" at time zone 'UTC')::date`)
|
||||
.orderBy(sql`("localDateTime" at time zone 'UTC')::date`, 'desc')
|
||||
.limit(10)
|
||||
.limit(50)
|
||||
.execute() as any as Promise<DayOfYearAssets[]>;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user