# idleImportWorkerShutdownDelayMilliseconds

> Time in milliseconds that the Editor waits before shutting down idle import workers.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static int idleImportWorkerShutdownDelayMilliseconds { get; set; }
```

### Remarks

The Editor shuts down any import workers that are idle for any time longer than the specified delay.
