mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-11 17:01:58 +00:00
Reduce $wgWikiEditorRealtimeDisableDuration from 10 to 6 seconds
Bug: T304568 Change-Id: I70c7b0e42b47f564ea3106544da0674fa28d1b71
This commit is contained in:
parent
e0aa0ee307
commit
84b41f07be
|
@ -442,7 +442,7 @@
|
|||
},
|
||||
"WikiEditorRealtimeDisableDuration": {
|
||||
"description": "Average number of milliseconds after which to automatically disable Realtime Preview.",
|
||||
"value": 10000
|
||||
"value": 6000
|
||||
}
|
||||
},
|
||||
"manifest_version": 2
|
||||
|
|
Loading…
Reference in a new issue