Raise exfile limit to 256
[freeradius.git] / src / modules / rlm_linelog / rlm_linelog.c
index 70fd210..c3bc263 100644 (file)
@@ -144,7 +144,7 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)
                return -1;
        }
 
-       inst->ef = exfile_init(inst, 64, 30, true);
+       inst->ef = exfile_init(inst, 256, 30, true);
        if (!inst->ef) {
                cf_log_err_cs(conf, "Failed creating log file context");
                return -1;