alexcoder04 / rfap-pycli

CLI Client for rfap
GNU General Public License v3.0
1 stars 0 forks source link

Caching #15

Open alexcoder04 opened 2 years ago

alexcoder04 commented 2 years ago

Some file/directory information can be cached to reduce bandwidth.

alexcoder04 commented 2 years ago

Since caching will be built in directly into the library, we will just need to use it properly, when it comes out. It will become difficult to maintain our keep-alive-thread, though. Ideally, the library itself would take care of keeping the connection alive.