This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
solstice
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Format.
main
Titouan Rigoudy
1 year ago
parent
026349661d
commit
68cea41a65
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
client/src/client.rs
+ 1
- 2
client/src/client.rs
View File
@ -459,8 +459,7 @@ impl Client {
if
self
.
peers
.
len
(
)
=
=
self
.
config
.
max_peers
{
warn
!
(
"Cannot open peer connection ({}:{}): too many already open"
,
response
.
ip
,
response
.
port
,
response
.
ip
,
response
.
port
,
)
;
return
;
}
Write
Preview
Loading…
Cancel
Save