i took a look into the code
- a local db is used (sqlite)
- i saw several places with locking mechanisms
- didn't see any code related to sync info with multiple proxies since a db is not used
thus i have the suspicion that the proxy itself does not scale
is that correct?