Removing unused variable: DataBufferSize
This commit is contained in:
parent
886a478428
commit
4f07dd2309
1 changed files with 0 additions and 5 deletions
|
@ -21,11 +21,6 @@ import (
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DataBufferSize the maximum size of the data buffer.
|
|
||||||
// The data buffer is used at reading from files, the buffer
|
|
||||||
// is also send to the client.
|
|
||||||
const DataBufferSize = 1024 * 1024
|
|
||||||
|
|
||||||
// ConfigPath is used by the config package to find the config file.
|
// ConfigPath is used by the config package to find the config file.
|
||||||
var ConfigPath string
|
var ConfigPath string
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue