Skip to content

Commit

Permalink
chore: use 2.5 minute interval for watchtime
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed May 5, 2024
1 parent 097950e commit de6269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { schema as gql } from "./gql";
import { db, schema } from "./db";
import watchtime from "./watchtime";
// IN TESTING
setInterval(watchtime, 300000);
setInterval(watchtime, 150000);
watchtime();
const app = express();

Expand Down

0 comments on commit de6269b

Please sign in to comment.