added redis connections script
This commit is contained in:
parent
f52e3332df
commit
ee57b66391
5 changed files with 3115 additions and 2610 deletions
|
|
@ -16,8 +16,8 @@ export interface ProxySource {
|
|||
|
||||
// Shared configuration and utilities
|
||||
const PROXY_CONFIG = {
|
||||
CACHE_KEY: 'proxy',
|
||||
CACHE_STATS_KEY: 'proxy:stats',
|
||||
CACHE_KEY: 'active',
|
||||
CACHE_STATS_KEY: 'stats',
|
||||
CACHE_TTL: 86400, // 24 hours
|
||||
CHECK_TIMEOUT: 7000,
|
||||
CHECK_IP: '99.246.102.205',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue