Skip to content

Commit

Permalink
Adjusted default time range
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderRedYT committed Nov 18, 2023
1 parent 932bb10 commit 143f22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slices/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
} from '@/types/database';

export const initialTimeRange: DatabaseTimeRange = {
start: { seconds: 60 * 60 * 6 }, // 6 hours
start: { seconds: 60 * 60 * 12 }, // 12 hours
// start: { seconds: 60 },
end: 'now',
};
Expand Down

0 comments on commit 143f22d

Please sign in to comment.