Skip to content

Commit

Permalink
test span size
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Jan 10, 2024
1 parent 801bc91 commit 0563a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/oracle/keeper/owasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (k Keeper) PrepareRequest(
)

// Create an execution environment and call Owasm prepare function.
env := types.NewPrepareEnv(req, int64(k.GetParamUint64(ctx, types.KeyMaxDataSize)), int64(k.GetParamUint64(ctx, types.KeyMaxRawRequestCount)))
env := types.NewPrepareEnv(req, 1024, int64(k.GetParamUint64(ctx, types.KeyMaxRawRequestCount)))
script, err := k.GetOracleScript(ctx, req.OracleScriptID)
if err != nil {
return 0, err
Expand Down

0 comments on commit 0563a5d

Please sign in to comment.