mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-25 00:46:41 +07:00
increase sync delay
This commit is contained in:
parent
3a4e8e7702
commit
0ad22ec48a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { useDelayedSync } from "./hooks/useDelayedSync";
|
||||||
import { StorageContext } from "./StorageContext";
|
import { StorageContext } from "./StorageContext";
|
||||||
import { SettingsValue } from "~/modules/settings/context/SettingsContext";
|
import { SettingsValue } from "~/modules/settings/context/SettingsContext";
|
||||||
|
|
||||||
const debounceDelay = 500;
|
const debounceDelay = 3000;
|
||||||
|
|
||||||
export const StorageProvider = ({ children }: { children: ReactNode }) => {
|
export const StorageProvider = ({ children }: { children: ReactNode }) => {
|
||||||
const [hydrated, setHydrated] = useState(false);
|
const [hydrated, setHydrated] = useState(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue