using global aiohttp sessionpool for improved performance

This commit is contained in:
Alpha Nerd 2025-09-10 10:21:49 +02:00
parent d3e4555c8c
commit 2813ecb044
2 changed files with 54 additions and 33 deletions

View file

@ -21,9 +21,9 @@
top: 1rem; /* distance from top edge */
right: 1rem; /* distance from right edge */
cursor: pointer;
min-width: 2.5rem;
min-height: 2.5rem;
font-size: 1.5rem;
min-width: 1rem;
min-height: 1rem;
font-size: 1rem;
}
.tables-wrapper {
display: flex;