Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.27 KB

NoValidInterrogationsFound.md

File metadata and controls

65 lines (35 loc) · 1.27 KB

@zeldafan0225/ai_horde / Exports / NoValidInterrogationsFound

Interface: NoValidInterrogationsFound

Table of contents

Properties

Properties

bridge_version

Optional bridge_version: number

How many waiting requests were skipped because they require a higher version of the bridge than this worker is running (upgrade if you see this in your skipped list).

Example

0

Minimum

0

Defined in

index.ts:2782


untrusted

Optional untrusted: number

How many waiting requests were skipped because they demanded a trusted worker which this worker is not.

Minimum

0

Defined in

index.ts:2776


worker_id

Optional worker_id: number

How many waiting requests were skipped because they demanded a specific worker.

Minimum

0

Defined in

index.ts:2771