governor: default to not disabling governor

This commit is contained in:
Christian Hergert
2021-02-24 11:58:40 -08:00
parent 52e04cf346
commit 53d3c0afc9

View File

@ -116,7 +116,7 @@ sysprof_governor_source_class_init (SysprofGovernorSourceClass *klass)
static void
sysprof_governor_source_init (SysprofGovernorSource *self)
{
self->disable_governor = TRUE;
self->disable_governor = FALSE;
}
SysprofSource *