diff --git a/src/lib/report_manager.ts b/src/lib/report_manager.ts index b031734627..5a5d8d1d20 100644 --- a/src/lib/report_manager.ts +++ b/src/lib/report_manager.ts @@ -31,7 +31,7 @@ import { emitNotification } from "Notifications"; import { browserHistory } from "ogsHistory"; import { get, post } from "requests"; -export const DAILY_REPORT_GOAL = 4; +export const DAILY_REPORT_GOAL = 10; export interface Report { id: number;