- // divide up tables into slices based on the last run
- t_slice = config->cluster_highest_tunnelid * period;
- r_slice = (MAXRADIUS - 1) * period;
- s_slice = config->cluster_highest_sessionid * period;
-
- if (t_slice < 1)
- t_slice = 1;
- else if (t_slice > config->cluster_highest_tunnelid)
- t_slice = config->cluster_highest_tunnelid;
-
- if (r_slice < 1)
- r_slice = 1;
- else if (r_slice > (MAXRADIUS - 1))
- r_slice = MAXRADIUS - 1;
+ LOG(3, 0, 0, "Begin regular cleanup\n");