mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 23:24:39 +00:00
EventLogging sampling rate should default to 0
The EventLogging sampling rate should be set in the wiki config. Bug: T136746 Change-Id: I7a954edf00e56b426f94f39d39c19cbc338186d6
This commit is contained in:
parent
d0d10f51bb
commit
c9c82828d0
|
@ -52,7 +52,7 @@
|
|||
"PopupsSurveyLink": false,
|
||||
"EnablePopupsMobile": false,
|
||||
"@SchemaPopupsSamplingRate": "@var number: Sample rate for logging events to Schema:Popups.",
|
||||
"SchemaPopupsSamplingRate": 0.1,
|
||||
"SchemaPopupsSamplingRate": 0,
|
||||
"PopupsExperiment": false
|
||||
},
|
||||
"DefaultUserOptions": {
|
||||
|
|
Loading…
Reference in a new issue