mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
[Files Refactor] Performance tuning (#2784)
* Improve image query performance * Tune queries * Fix db generator * Don't show release notes in setup * Further tune indexes * Log when creating screenshot
This commit is contained in:
@@ -10,7 +10,7 @@ interface IReleaseNotes {
|
||||
|
||||
export const releaseNotes: IReleaseNotes[] = [
|
||||
{
|
||||
date: 20220715,
|
||||
date: 20220801,
|
||||
content: v0170,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user