v1.0.0 #1

Merged
kor-elf merged 32 commits from develop into main 2026-03-15 20:36:00 +05:00
Showing only changes of commit b47597310c - Show all commits

View File

@@ -11,9 +11,9 @@ import (
)
const (
// contextTimeout defines the maximum duration for context operations before timing out.
contextTimeout = 15 * time.Second
// requestTimeout defines the maximum duration for request operations before timing out.
requestTimeout = 20 * time.Second
)