Introduce configurable buffer size
This commit is contained in:
parent
9924771531
commit
0bb19ba8bd
4 changed files with 23 additions and 5 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
func Process(response *datastructures.SignerResponse) (err error) {
|
||||
logrus.Infof("process response of type %s", response.Action)
|
||||
logrus.Tracef("process response %v", response)
|
||||
logrus.Tracef("process response %+v", response)
|
||||
|
||||
switch response.Action {
|
||||
case datastructures.ActionNul:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue