Question
According to this:
http://twiki.org/cgi-bin/view/TWiki/EditDoesNotIncreaseTheRevision
RCS revisions will not increment each modification made within one hour of eachother. My question is, can this be ajusted (lowered), or turned off all together?
Environment
--
TWikiGuest - 27 Jun 2005
Answer
This is controlled by the
$editLockTime setting in
twiki/lib/TWiki.cfg. However, please note that this setting controls the edit lock time
and the timeout for creating a new revision.
If you want to control the timeout separately you'd need to patch
twiki/lib/TWiki/Store.pm. Look for comment
# how close time stamp of existing file to now?, line 840 and following ones.
--
PeterThoeny - 27 Jun 2005
Thank you Peter, I will take this into consideration. I think in the end it's best to just leave well enough alone :).
--
TWikiGuest - 27 Jun 2005