# OrchestratorConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/config.interface.ts#L183)

Parser orchestration configuration

## Properties

| Property | Type |
|---|---|
| `defaultParsers` | `string[]` |
| `maxConcurrency` | `number` |
| `jobTimeout` | `number` |
| `autoSyncToKG` | `boolean` |
| `kgSyncBatchSize` | `number` |
