storj/edge

Reduce the number of calls to the satellite in the gateway (compatibility checks)

Opened this issue · 1 comments

Goal

Reduce the number of calls to the satellite in the gateway even at the expense of compatibility to make sure that we maintain one gateway call per one satellite call to reduce the latency and the load on the metabase.

Acceptance Criteria

Go through each gateway method and try removing extraneous calls if our test suites allow it.

// TODO this should be removed and implemented on satellite side

These comments in the code are probably the first targets to fix.