On 10/26/16, Kain Abel <[email protected]> wrote: > Dear readers, > > after a new release is the task 'fossil rebuild $existing_repro' a > SHOULD, a MUST or is it not necessary?
There have been no database schema changes, so a rebuild is not necessary. You might want to run "fossil rebuild --compress-only" if you want to minimize the size of your repository/ Also, if you have an older repository, running "fossil rebuild --pagesize 8192 --wal" might give you a small performance increase. But all of this is entirely optional. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

