0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

SetSaveDelayTo10s

This commit is contained in:
Trevor Buckner
2024-10-11 23:15:03 -04:00
committed by GitHub
parent 52a7ce9866
commit 836dfbade2

View File

@@ -32,7 +32,7 @@ import { updateHistory, versionHistoryGarbageCollection } from '../../utils/vers
const googleDriveIcon = require('../../googleDrive.svg');
const SAVE_TIMEOUT = 16000;
const SAVE_TIMEOUT = 10000;
const EditPage = createClass({
displayName : 'EditPage',