[#86] Add alphabet contract processor
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
4308a6f522
commit
f1f20b49db
5 changed files with 151 additions and 0 deletions
|
@ -82,4 +82,5 @@ func defaultConfiguration(cfg *viper.Viper) {
|
|||
cfg.SetDefault("workers.balance", "10")
|
||||
cfg.SetDefault("workers.neofs", "10")
|
||||
cfg.SetDefault("workers.container", "10")
|
||||
cfg.SetDefault("workers.alphabet", "10")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue