dag-hammarskjold-library / dlx-rest

UNDHL Files and Metadata Manager
1 stars 1 forks source link

Build auth cache on startup #1480

Closed jbukhari closed 2 months ago

jbukhari commented 2 months ago

Uses the dlx build cache feature to build the auth cache when the app starts up, instead of building it as lookups occur. This increases auth lookup performance.

Updates dlx to v1.4.9. This update forces records on save to look up auth values directly in the database instead of using the cache. This is in order to ensure the latest values are written to the browse indexes.

Closes #1217