CGsama
CGsama
query example: https://xxx.xxx/@xxx.atom?thread=3&history=5¬eintitle&norenotes&noreplies thread: how deep a thread can go (reply history) history: how many notes totaly noteintitle: put note content in title norenotes: no renotes in feed noreplies: no...
anything needs to change/fix?
Hi, I have a related issue that is it possible to adjust the table width or hide part of the host name? Assuming longer host name will total hide the...
Any updates here? Thx
rebase to latest
I test with some high file usage account (about 16GB data per remote account), didn't see any dos or performance impact to the instance it self, guess because all using...
Use addSelect and getRawMany to use the over clause, expire 8gb data only take few seconds, however the over clause is hard coded and bypass typeorm, be aware if db...
could remove the await in line 491, since the expiring part is independent to the rest add file part
It would be a bit hard to create testing scenarios, I tested it in my production instance. テストシナリオを作るのはちょっと難しいので、本番インスタンスでテストしてみました。 ``` SELECT "file"."id" AS "file_id", "file"."createdAt" AS "file_createdAt", "file"."userId" AS "file_userId", "file"."userHost"...