{
    my $clamd = $DB->get('clamd');
    return unless $clamd;

    my $size = 600;
    $DB->set_prop('clamd', 'SelfCheck', $size);
}
