mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -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'))
|
.select((eb) => eb.fn('jsonb_agg', [eb.table('res')]).as('assets'))
|
||||||
.groupBy(sql`("localDateTime" at time zone 'UTC')::date`)
|
.groupBy(sql`("localDateTime" at time zone 'UTC')::date`)
|
||||||
.orderBy(sql`("localDateTime" at time zone 'UTC')::date`, 'desc')
|
.orderBy(sql`("localDateTime" at time zone 'UTC')::date`, 'desc')
|
||||||
.limit(10)
|
.limit(50)
|
||||||
.execute() as any as Promise<DayOfYearAssets[]>;
|
.execute() as any as Promise<DayOfYearAssets[]>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user