mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
notify about RDB mode to log
This commit is contained in:
@@ -13,6 +13,9 @@ import (
|
|||||||
|
|
||||||
func Start(port, sslport, sslCert, sslKey string, sslEnabled, roSets, searchWA bool) {
|
func Start(port, sslport, sslCert, sslKey string, sslEnabled, roSets, searchWA bool) {
|
||||||
settings.InitSets(roSets, searchWA)
|
settings.InitSets(roSets, searchWA)
|
||||||
|
if roSets {
|
||||||
|
log.TLogln("Enabled Read-only DB mode!")
|
||||||
|
}
|
||||||
// https checks
|
// https checks
|
||||||
if sslEnabled {
|
if sslEnabled {
|
||||||
// set settings ssl enabled
|
// set settings ssl enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user