Any problems if i increase the maxslotnum to 16384?
Open
- Dominant language
- Go
- Stars
- 13.2k
- Forks
- 2.7k
- PR merge metrics
- No merged PRs in 30d
Description
i havent try but i would like to increase maxslotnum to 16384. is that ok if i just change this line in this file?
./pkg/models/slots.go
// Copyright 2016 CodisLabs. All Rights Reserved.
// Licensed under the MIT (MIT-LICENSE.txt) license.
package models
import "strings"
const (
ForwardSync = iota
ForwardSemiAsync
)
//const MaxSlotNum = 1024
const MaxSlotNum = 16384
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.