mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
Bugfix/patch db subscriber (#2652)
* fix socket sending empty patches * do not timeout tcp connections, just poll them more * switch from poll to tcp keepalive
This commit is contained in:
2
core/Cargo.lock
generated
2
core/Cargo.lock
generated
@@ -4881,6 +4881,7 @@ dependencies = [
|
||||
"hmac",
|
||||
"http 1.1.0",
|
||||
"http-body-util",
|
||||
"hyper-util",
|
||||
"id-pool",
|
||||
"imbl",
|
||||
"imbl-value",
|
||||
@@ -4936,6 +4937,7 @@ dependencies = [
|
||||
"sha2 0.10.8",
|
||||
"shell-words",
|
||||
"simple-logging",
|
||||
"socket2",
|
||||
"sqlx",
|
||||
"sscanf",
|
||||
"ssh-key",
|
||||
|
||||
Reference in New Issue
Block a user