We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae1ace5 + e1dcd1f commit e9639ceCopy full SHA for e9639ce
src/store/ExperiencingStore.ts
@@ -16,7 +16,7 @@ export const useExperiencingStore = create(
16
(set) => {
17
return {
18
isExperiencing: false,
19
- experiencingTime: 3,
+ experiencingTime: 300,
20
experiencingSnapshot: null,
21
setIsExperiencing: (isExperiencing: boolean) => set({ isExperiencing: isExperiencing }),
22
setExperiencingTime: (experiencingTime: number) =>
0 commit comments