Tags: gene-git/dual-root
Tags
Performance improvements: - sync daemon now defaults to running with: nice=15, ionice_class=IDLE - Inotify triggers now placed on sync queue which is run in separate thread and queue run must wait sync delay seconds before being run again. Each dir monitored by inotify has its own queue. - Periodic queue check/flushes are also run every 15 mins - this is also run on exit to ensure all pending syncs are completed. - New variables in sync daemon config are available nice, ionice_class and ionice_value; see man ioprio_set defaults: nice=15, ionice_class=3 (IDLE) sync_delay = 300 which is the minimum time between queue runs
PreviousNext