Closed kra-mo closed 12 months ago
After spawned, the search provider continues to run in the background forever. There should be an inactivity timeout for it. The usual one across apps is 10 seconds.
This is best achieved by using Gio.Application's inactivity-timeout.
inactivity-timeout
After spawned, the search provider continues to run in the background forever. There should be an inactivity timeout for it. The usual one across apps is 10 seconds.
This is best achieved by using Gio.Application's
inactivity-timeout
.