docs: update notice-for-admins.md

This commit is contained in:
naskya 2024-04-10 00:50:25 +09:00
parent 8dd0a8b752
commit 3bde79e6a9
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The time required to upgrade varies greatly depending on the database size and t
- 70 seconds if the database stores 600,000 posts
- 28 minutes if the database stores 12,000,000 posts
on a server with 2 GB of RAM. You may want to tweak your database configuration (`postgres.conf`) if the process is significantly slower than our experimental result.
(i.e., it takes roughly (n * 0.23) minutes if there are (n * 100,000) posts) on a server with 2 GB of RAM. You may want to tweak your database configuration (`postgres.conf`) if the process is significantly slower than our experimental result.
The number of posts stored on your database can be found at `https://yourserver.example.com/admin/database` (or `notesCount` of `stats` API response).