Deactivation of device on app server

@brocaar my device in chirpstack application server keeps deactiving randomly and I have tried this:


Please let me know. Thank you

Device-sessions are stored in Redis and are set to expire (after no activity) after the configured TTL. But of course an incorrect configured Redis instance could also cause data-loss.

See Redis Persistence – Redis for more information.