refactor remote mount

This commit is contained in:
Scott E. Graves 2024-12-19 10:15:47 -06:00
parent 890b3e12dc
commit 18929038fb

View File

@ -1357,7 +1357,8 @@ public:
}});
packet_server_ = std::make_unique<packet_server>(
config_.get_remote_port(), config_.get_remote_token(), 10,
config_.get_remote_api_port(), config_.get_remote_encryption_token(),
10,
[this](const std::string &client_id) {
return this->closed_handler(client_id);
},