Files
bitburner-src/markdown/bitburner.heartbleedoptions.md
2026-02-07 19:25:56 -08:00

1.2 KiB

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.