We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95840d5 commit fc391a9Copy full SHA for fc391a9
app/src/hooks/useSaveManager.ts
@@ -19,8 +19,8 @@
19
import { useEffect, useRef, useCallback } from "react";
20
import { useSaveStore } from "@/stores/save-store";
21
22
-const AUTO_SAVE_DELAY_MS = 800; // 800ms debounce
23
-const SAVED_STATUS_DURATION_MS = 2000; // Show "saved" for 2 seconds
+const AUTO_SAVE_DELAY_MS = 3000; // 3000ms debounce
+const SAVED_STATUS_DURATION_MS = 3000; // Show "saved" for 3 seconds
24
25
interface UseSaveManagerOptions {
26
/** Unique identifier for this save context (e.g., request ID) */
0 commit comments