mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
8 lines
119 B
Go
8 lines
119 B
Go
package constant
|
|
|
|
import (
|
|
"one-api/common"
|
|
)
|
|
|
|
var StreamingTimeout = common.GetEnvOrDefault("STREAMING_TIMEOUT", 30)
|