We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb99a6 commit 82ba507Copy full SHA for 82ba507
backend/src/start.ts
@@ -60,7 +60,7 @@ if (cluster.isPrimary) {
60
if (code === 0) {
61
return 365 * 24 * 60 * 60 * 1000; // 1 vuosi
62
} else {
63
- return 30 * 1000; // 30 sekuntia
+ return 365 * 24 * 60 * 60 * 1000; // 1 vuosi
64
}
65
},
66
onExit: (code: number) => {
0 commit comments