Skip to content

Commit 2a1cfe2

Browse files
authored
chore: tweak timing for feedback modal (#425)
1 parent 780d3bd commit 2a1cfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/lib/nudges/registry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const NUDGE_REGISTRY: NudgeDefinition[] = [
197197
trigger: { type: 'immediate' },
198198
dismissal: {
199199
type: 'timed',
200-
durationMs: 24 * 60 * 60 * 1000,
200+
durationMs: 3 * 24 * 60 * 60 * 1000,
201201
cooldownStartsOnShow: true,
202202
},
203203
storageKey: 'inferencex-feedback-modal-snoozed',

0 commit comments

Comments
 (0)