From 8ece1a230ca61de8bed22bd3eda0b183b1713aa2 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 4 Sep 2024 13:04:30 +0200 Subject: [PATCH] fix docs --- docs/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/queries.md b/docs/queries.md index fb6895f..170882d 100644 --- a/docs/queries.md +++ b/docs/queries.md @@ -80,4 +80,4 @@ Note: There is a stronger parameter which should be only used for debugging (mul `databasez.utils.DATABASEZ_RESULT_TIMEOUT` -It overwrites every timeout where a thread safe call is used. +It is a stronger timeout which applies everywhere where `arun_coroutine_threadsafe` with a different loop is used (most methods).