> ## Documentation Index
> Fetch the complete documentation index at: https://docs.resq.software/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Core.NeoConfig.TimeoutSeconds

### [ResQ.Core](./ResQ.Core.md "ResQ.Core").[NeoConfig](./ResQ.Core.NeoConfig.md "ResQ.Core.NeoConfig")

## NeoConfig.TimeoutSeconds Property

HTTP request timeout in seconds. Defaults to 30.

```csharp theme={null}
public int TimeoutSeconds { get; init; }
```

#### Property Value

[System.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 "System.Int32")
