[Home](./index.md) > [bitburner](./bitburner.md) > [HeartbleedOptions](./bitburner.heartbleedoptions.md) ## HeartbleedOptions interface Options to change the behavior of [heartbleed](./bitburner.darknet.heartbleed.md) API. **Signature:** ```typescript interface HeartbleedOptions ``` ## Properties
Property Modifiers Type Description
[additionalMsec?](./bitburner.heartbleedoptions.additionalmsec.md) 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?](./bitburner.heartbleedoptions.logstocapture.md) number _(Optional)_ The number of log lines to remove from the server. Default is 1. Must be a positive integer.
[peek?](./bitburner.heartbleedoptions.peek.md) boolean _(Optional)_ If true, looks at the most recent log lines but does not remove them. Default is false.