Nuke stores last sweep interval in UserDefaults and uses full path as a key.
But since iOS 8(?) app data path changes every re-install. This causes creating a new key for each install.
It's not that critical for production since re-installs didn't happen very ofter, but annoying while developing:

Nuke stores last sweep interval in UserDefaults and uses full path as a key.
But since iOS 8(?) app data path changes every re-install. This causes creating a new key for each install.
It's not that critical for production since re-installs didn't happen very ofter, but annoying while developing:
