bitburner.heartbleedoptions.md
February 8, 2026 ยท View on GitHub
Home > bitburner > HeartbleedOptions
HeartbleedOptions interface
Options to change the behavior of heartbleed API.
Signature:
interface HeartbleedOptions
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) The number of additional milliseconds to add to the run time of the heartbleed request. Default is 0. Must be a non-negative integer. | ||
|
number |
(Optional) The number of log lines to remove from the server. Default is 1. Must be a positive integer. | ||
|
boolean |
(Optional) If true, looks at the most recent log lines but does not remove them. Default is false. |