connection-pool-fix
Some checks failed
Deploy on push / deploy (push) Failing after 4s

This commit is contained in:
2025-09-22 01:23:16 +03:00
parent 91e5f5dac4
commit 3ff469c8a1
7 changed files with 528 additions and 95 deletions

View File

@@ -10,5 +10,8 @@ pub mod security;
pub mod thumbnail;
// Реэкспортируем основные типы для удобства
pub use app_state::AppState;
pub use auth::{Author, authenticate_request, extract_token_from_request, secure_token_validation};
pub use app_state::{AppState, RedisConnectionPool};
pub use auth::{
Author, authenticate_request, authenticate_request_with_pool, extract_token_from_request,
secure_token_validation,
};