mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-07 03:22:18 +00:00
7 lines
148 B
Go
7 lines
148 B
Go
|
package fuse
|
||
|
|
||
|
// Maximum file write size we are prepared to receive from the kernel.
|
||
|
//
|
||
|
// This number is just a guess.
|
||
|
const maxWrite = 128 * 1024
|