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

additionalMsec?

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.

logsToCapture?

number

(Optional) The number of log lines to remove from the server. Default is 1. Must be a positive integer.

peek?

boolean

(Optional) If true, looks at the most recent log lines but does not remove them. Default is false.