blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit e49e1de445fac020e41338d8d018e960413bf60b
parent d44fe90e7a97c34e4e303393b174fcad850bde93
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Sun, 20 Apr 2025 00:28:59 +0800

Increase API concurrency limit to 80

Diffstat:
Mmake.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make.py b/make.py @@ -818,7 +818,7 @@ async def our_main(): # print("- hashing", path) return h.hexdigest().upper() - bunny_sem = asyncio.Semaphore(50) + bunny_sem = asyncio.Semaphore(80) @rule_no_cache async def contents(fetch: Fetch, path: str):