Increase PENDING_QUERY_TTL to 5 seconds

This commit is contained in:
jelveh
2026-01-03 20:02:08 -08:00
parent 987effc5ec
commit f9925c0337
+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 = 2; // seconds
const PENDING_QUERY_TTL = 5; // seconds
async function is_empty (dir_uuid) {
/** @type BaseDatabaseAccessService */