forked from TrueCloudLab/frostfs-node
[#1320] English Check
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
d99800ee93
commit
cc7a723d77
182 changed files with 802 additions and 802 deletions
|
@ -16,9 +16,9 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
// ProcessorPoolSize limits pool size for governance Processor. Processor manages
|
||||
// ProcessorPoolSize limits the pool size for governance Processor. Processor manages
|
||||
// governance sync tasks. This process must not be interrupted by other sync
|
||||
// operation, so we limit pool size for processor to one.
|
||||
// operation, so we limit the pool size for the processor to one.
|
||||
const ProcessorPoolSize = 1
|
||||
|
||||
type (
|
||||
|
@ -91,7 +91,7 @@ type (
|
|||
}
|
||||
)
|
||||
|
||||
// New creates balance contract processor instance.
|
||||
// New creates a balance contract processor instance.
|
||||
func New(p *Params) (*Processor, error) {
|
||||
switch {
|
||||
case p.Log == nil:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue