Skip to content

Commit

Permalink
chore: Reduce down-scale time threshold to 15mins
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jan 1, 2025
1 parent 9fa1395 commit 8738f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export async function translate(
return {
type: "error",
message:
"サーバーを起動していますので、1〜2分ほど待ってから再度お試しください。\n費用を削減するため、1時間以上アクセスが無かった場合には自動的に停止しています。",
"サーバーを起動していますので、1〜2分ほど待ってから再度お試しください。\n費用を削減するため、15分以上アクセスが無かった場合には自動的に停止しています。",
};
} else {
console.error(error);
Expand Down

0 comments on commit 8738f92

Please sign in to comment.