Skip to content

Commit

Permalink
chore: add var max to manifest (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko authored Mar 13, 2024
1 parent bbdfa03 commit a660c5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Extism.Sdk/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ public class MemoryOptions
/// </summary>
[JsonPropertyName("max_http_response_bytes")]
public int MaxHttpResponseBytes { get; set; }


/// <summary>
/// Max number of bytes allowed in the Extism var store
/// </summary>
[JsonPropertyName("max_var_bytes")]
public int MaxVarBytes { get; set; }
}

/// <summary>
Expand Down

0 comments on commit a660c5a

Please sign in to comment.