mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Reduce PENDING_QUERY_TTL to 10 seconds
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user