On Fri, Jan 17, 2014 at 5:53 PM, John Keeping <[email protected]> wrote: > But scan for repos is caught by the cache most of the time, and > presumably even if we run persistently we still need to do that > periodically (or use inotify); or do we just rely on the process being > replaced when the set of repositories changes?
Generally the idea is you restart the fcgi process when things change, or at least send it a SIGUSR1. But we could be fancy and support inotify/kqueue... _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
