RateLimitConfig

data class RateLimitConfig(var ipBlocks: List<String> = emptyList(), var excludedIps: List<String> = emptyList(), var strategy: String = "RotateOnBan", var retryLimit: Int = -1, var searchTriggersFail: Boolean = true)

Constructors

Link copied to clipboard
constructor(ipBlocks: List<String> = emptyList(), excludedIps: List<String> = emptyList(), strategy: String = "RotateOnBan", retryLimit: Int = -1, searchTriggersFail: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard