mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-07-03 06:31:38 +00:00
6 lines
69 B
Go
6 lines
69 B
Go
![]() |
package dht
|
||
|
|
||
|
func curFileLimit() uint64 {
|
||
|
return 16 * 1024 * 1024
|
||
|
}
|