hostinfo: stash CPU usage 4x per second

Probably want to make this a tunable at some point, but this
makes things a bit better for graphing now.
This commit is contained in:
Christian Hergert
2016-09-26 21:59:28 -07:00
parent 573ba7bf51
commit f600a96364

View File

@ -257,7 +257,7 @@ sp_hostinfo_source_start (SpSource *source)
g_assert (SP_IS_HOSTINFO_SOURCE (self));
self->handler = g_timeout_add (500, collect_hostinfo_cb, self);
self->handler = g_timeout_add (250, collect_hostinfo_cb, self);
}
static void