mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +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,
|
"PopupsSurveyLink": false,
|
||||||
"EnablePopupsMobile": false,
|
"EnablePopupsMobile": false,
|
||||||
"@SchemaPopupsSamplingRate": "@var number: Sample rate for logging events to Schema:Popups.",
|
"@SchemaPopupsSamplingRate": "@var number: Sample rate for logging events to Schema:Popups.",
|
||||||
"SchemaPopupsSamplingRate": 0.1,
|
"SchemaPopupsSamplingRate": 0,
|
||||||
"PopupsExperiment": false
|
"PopupsExperiment": false
|
||||||
},
|
},
|
||||||
"DefaultUserOptions": {
|
"DefaultUserOptions": {
|
||||||
|
|
Loading…
Reference in a new issue