|
From: Rupa S. (lists) <rup...@ru...> - 2005-07-26 10:15:47
|
On 7/26/2005 2:04 AM, Rupa Schomaker (lists) wrote:
> clean_method = sync # sync : cleanup is done in the main process,
Is it clean_method or cleanup_method? I now have both in my
sqlgrey.conf file set to sync.
75: $dflt{clean_method} = 'sync';
and then
1403: if ($self->{sqlgrey}{cleanup_method} eq 'sync') {
--
-Rupa
|