Add reconnect feature to table list

pull/156/head
Chip Senkbeil 1 year ago
parent ee50eaf9b3
commit a023b8f22d
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -68,6 +68,7 @@ the available features and which backend supports each feature:
| Filesystem I/O | ✅ | ✅ |
| Filesystem Watching | ✅ | ✅ |
| Process Execution | ✅ | ✅ |
| Reconnect | ✅ | ❌ |
| Search | ✅ | ❌ |
| System Information | ✅ | ⚠ |
@ -82,6 +83,7 @@ the available features and which backend supports each feature:
* `Filesystem Watching` - able to receive notifications when changes to the
filesystem occur
* `Process Execution` - able to execute processes
* `Reconnect` - able to reconnect after network outages
* `Search` - able to search the filesystem
* `System Information` - able to retrieve information about the system

Loading…
Cancel
Save