mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
chore: remove limit in memory generation (#16920)
* chore: remove limit in memory generation * generate sql * chore: assets limit
This commit is contained in:
@@ -66,8 +66,6 @@ group by
|
||||
("localDateTime" at time zone 'UTC')::date
|
||||
order by
|
||||
("localDateTime" at time zone 'UTC')::date desc
|
||||
limit
|
||||
$8
|
||||
|
||||
-- AssetRepository.getByIds
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user