mirror of
https://github.com/docmost/docmost.git
synced 2026-08-21 14:21:37 +10:00
chore(server): add per-request perf logs for base query cache diagnostics
This commit is contained in:
@@ -335,4 +335,12 @@ export class EnvironmentService {
|
||||
10,
|
||||
);
|
||||
}
|
||||
|
||||
getBaseQueryCacheDebug(): boolean {
|
||||
return (
|
||||
this.configService
|
||||
.get<string>('BASE_QUERY_CACHE_DEBUG', 'false')
|
||||
.toLowerCase() === 'true'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user