We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780d3bd commit 2a1cfe2Copy full SHA for 2a1cfe2
1 file changed
packages/app/src/lib/nudges/registry.tsx
@@ -197,7 +197,7 @@ export const NUDGE_REGISTRY: NudgeDefinition[] = [
197
trigger: { type: 'immediate' },
198
dismissal: {
199
type: 'timed',
200
- durationMs: 24 * 60 * 60 * 1000,
+ durationMs: 3 * 24 * 60 * 60 * 1000,
201
cooldownStartsOnShow: true,
202
},
203
storageKey: 'inferencex-feedback-modal-snoozed',
0 commit comments