mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-12 20:40:52 +00:00
Increase PENDING_QUERY_TTL to 5 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 = 2; // seconds
|
||||
const PENDING_QUERY_TTL = 5; // seconds
|
||||
|
||||
async function is_empty (dir_uuid) {
|
||||
/** @type BaseDatabaseAccessService */
|
||||
|
||||
Reference in New Issue
Block a user