Skip to content
Snippets Groups Projects

Resolve "Requesting information from the Controller via NBI takes very long"

All threads resolved!
6 files
+ 65
3
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 1
1
@@ -127,7 +127,7 @@ func GetFlattenedDevices(ctx context.Context, addr, pid string) (*ppb.GetFlatten
return nil, err
}
req := &ppb.GetFlattenedOndListRequest{
req := &ppb.GetOndListRequest{
Timestamp: time.Now().UnixNano(),
Pid: pid,
}
Loading