mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.2 KiB
1.2 KiB
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. |