Skip to content

Commit

Permalink
Reduce initial delay for feedback prompt ⏱️
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Dec 17, 2024
1 parent 5ed45b6 commit 6469f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/feedback-prompt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
DialogTitle,
} from '@/components/ui/dialog';

const INITIAL_DELAY = ms('2h');
const INITIAL_DELAY = ms('10m');
const TIMEOUT_PERIOD = ms('7d');

export const FeedbackPrompt: FC = () => {
Expand Down

0 comments on commit 6469f72

Please sign in to comment.