mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
14 lines
505 B
Markdown
14 lines
505 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HeartbleedOptions](./bitburner.heartbleedoptions.md) > [additionalMsec](./bitburner.heartbleedoptions.additionalmsec.md)
|
|
|
|
## HeartbleedOptions.additionalMsec property
|
|
|
|
The number of additional milliseconds to add to the run time of the heartbleed request. Default is 0. Must be a non-negative integer.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
additionalMsec?: number;
|
|
```
|