Time offsets are currently stored for the entire sync config. They should be stored per-sub-config, so for example if you are syncing folder A and that succeeds but folder B syncs after and fails partway, you don't want to re-sync everything in folder A because the time offset is wrong. It should read the stored offset per-config, if possible, and if there's a way to store these without littering the filesystem that would be great. Maybe just stored in a json file with the names of each config as the name.
Time offsets are currently stored for the entire sync config. They should be stored per-sub-config, so for example if you are syncing folder A and that succeeds but folder B syncs after and fails partway, you don't want to re-sync everything in folder A because the time offset is wrong. It should read the stored offset per-config, if possible, and if there's a way to store these without littering the filesystem that would be great. Maybe just stored in a json file with the names of each config as the name.