Fix to speed up Sieve processing, taking relatively a lot of time that
authorDave West <davew@uncensored.citadel.org>
Wed, 5 Sep 2007 18:26:59 +0000 (18:26 +0000)
committerDave West <davew@uncensored.citadel.org>
Wed, 5 Sep 2007 18:26:59 +0000 (18:26 +0000)
commitcc1c8538079c8daa9f103d8a48eb63fced2ec2fc
treee714d83ca046241cfd7aa20c1ff7ff9c404cf529
parent7fa359447788aed536a53d1cbcb0556675481be5
Fix to speed up Sieve processing, taking relatively a lot of time that
would cause heavy load if there are lots of users with lots of scripts.
rewrite_ctdl_sieve_config() was rewriting the sieve config every time
regardless of the yes_write_to_disk flag thus calling quickie_message()
which takes a bit of time (an extra 0.3mS).
citadel/modules/sieve/serv_sieve.c