From: Reini U. <ru...@x-...> - 2005-01-11 20:59:03
|
Dan Frankowski schrieb: > Reini Urban wrote: >> Arnaud Fontaine schrieb: >>> Silly question but ... >>> >>> What setting should I use to be sure to keep all revision of all >>> pages in a wiki ? >>> >>> I suddenly realised that a 2 years old wiki has lost ... so many >>> revisions :( >> >> MAJOR_MIN_KEEP = 125269879 >> MINOR_MIN_KEEP = 125269879 > > IMHO this should be the default. Most people don't have enough traffic > to warrant throwing away revisions. If they do, then they can examine > all the keep-revisions knobs and switches more carefully. I believe this also. I did it. BTW: This is just a number. In fact it should be #7fffffff, not #77777777. $ /usr/lib/php/bin/php.exe -an Interactive mode enabled <?php print_r(0x7fffffff); Ctrl-D 2147483647 print_r(0x7777777); Ctrl-D 125269879 -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |