Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
milindmadhukar committed Oct 3, 2021
1 parent e1389c6 commit f67e8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piston.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ optionalParams.Stdin (optional) The text to pass as stdin to the program. Must b
optionalParams.Args (optional) The arguments to pass to the program. Must be an array or left out. Defaults to [].
optionalParams.CompileTimeout (optional) The maximum time allowed for the compile stage to finish before bailing out in milliseconds. Must be a "time.Duration()" object. Defaults to 10000 (10 seconds).
optionalParams.CompileTimeout (optional) The maximum time allowed for the compile stage to finish before bailing out in milliseconds. Must be a "time.Duration" object. Defaults to 10 seconds.
optionalParams.RunTimeout (optional) The maximum time allowed for the run stage to finish before bailing out in milliseconds. Must be a "time.Duration()" object. Defaults to 3000 (3 seconds).
optionalParams.RunTimeout (optional) The maximum time allowed for the run stage to finish before bailing out in milliseconds. Must be a "time.Duration" object. Defaults to 3 seconds.
optionalParams.CompileMemoryLimit (optional) The maximum amount of memory the compile stage is allowed to use in bytes. Must be a number or left out. Defaults to -1 (no limit)
Expand Down

0 comments on commit f67e8ea

Please sign in to comment.