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:
jhobs 2016-09-16 12:27:58 -04:00
parent d0d10f51bb
commit c9c82828d0

View file

@ -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": {