Reduce PENDING_QUERY_TTL to 10 seconds

This commit is contained in:
jelveh
2025-12-29 22:45:33 -08:00
parent d7c56472c5
commit 8b1bcfa601
+1 -1
View File
@@ -36,7 +36,7 @@ const tmp_provide_services = async ss => {
};
// TTL for pending get_app queries (request coalescing)
const PENDING_QUERY_TTL = 60; // 60 seconds
const PENDING_QUERY_TTL = 10; // 10 seconds
async function is_empty (dir_uuid) {
/** @type BaseDatabaseAccessService */