Robert Spier wrote:
Didn't we also change the default memory_threshold to 0?
Doesn't matter, because the code wasn't working right. I just checked
in some changes to branch/0.31 which should take care of all of the issues:
1) Correctly override the memory_threshold (now renamed to
size_threshold, since that was the internal name anyways).
2) Always spool the file when body_filename() is called.
3) Cache both size_threshold and spool_dir correctly when using forkserver.
I also committed a change to default to 0 (and an example config file).
I wonder if we shouldn't document all of the config.example files
using POD protected by #'s and then create an automatic README.config
file out of those stubs.
John