Skip to content

Commit

Permalink
fix(galois): avoid removing zkp from memory for cache hit (#1847)
Browse files Browse the repository at this point in the history
fixes #1838
  • Loading branch information
hussein-aitlahcen authored Apr 30, 2024
2 parents 8916bfa + 68a6e8b commit d3899c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion galoisd/grpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ func (p *proverServer) Poll(ctx context.Context, pollReq *grpc.PollRequest) (*gr
},
}, nil
case *grpc.ProveResponse:
p.results.Delete(proveKey)
return &grpc.PollResponse{
Result: &grpc.PollResponse_Done{
Done: &grpc.ProveRequestDone{
Expand Down

0 comments on commit d3899c2

Please sign in to comment.