Skip to content

Commit

Permalink
quickfix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFireMike committed Apr 28, 2021
1 parent 6190337 commit 2fe5182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/network/snmp_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func NewSNMPClient(ctx context.Context, ipAddress, snmpVersion, community string

return &SNMPClient{
client: client,
useCache: true,
useCache: false,
getCache: newRequestCache(),
walkCache: newRequestCache(),
}, nil
Expand Down

0 comments on commit 2fe5182

Please sign in to comment.