diff options
author | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-25 21:34:47 +0900 |
---|---|---|
committer | Fushihara <1039534+fushihara@users.noreply.github.com> | 2024-09-25 21:34:47 +0900 |
commit | 6703973245610272c6cbd747f69f97a3f8f66613 (patch) | |
tree | eafea28f79ffeca4d0b8852ede3e46eb625125b6 | |
parent | 914d46215fd955bc9045909d6e42bfb2f9a99331 (diff) |
PPVの個数を変更。100件は絶対少ないが、1000件は重い
-rw-r--r-- | .env.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index ccf99f7..5b817a5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,6 @@ AKIBA_SOUKEN_ARTICLE_JSON=.articles.json AKIBA_SOUKEN_ANIME_JSON=.anime.json # 記事一覧で1ページあたりの表示記事数 -AKIBA_SOUKEN_AR_ITEM_PPV=1000 +AKIBA_SOUKEN_AR_ITEM_PPV=500 |