mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-24 16:36: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 { SettingsValue } from "~/modules/settings/context/SettingsContext";
|
||||
|
||||
const debounceDelay = 500;
|
||||
const debounceDelay = 3000;
|
||||
|
||||
export const StorageProvider = ({ children }: { children: ReactNode }) => {
|
||||
const [hydrated, setHydrated] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue