mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-04 22:59:42 +02:00
6073964768
This is BN15. It is a really big change; see the PR for all the details.
17 lines
445 B
Markdown
17 lines
445 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [DarknetInstability](./bitburner.darknetinstability.md)
|
|
|
|
## DarknetInstability type
|
|
|
|
Instability of the darknet caused by excessive backdoor-ing of servers.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
type DarknetInstability = {
|
|
authenticationDurationMultiplier: number;
|
|
authenticationTimeoutChance: number;
|
|
};
|
|
```
|