This commit is contained in:
zefie
2022-10-14 01:13:31 -04:00
parent 2c43e15d37
commit 2f18ffc760
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ class WTVNewsServer {
this.username = username || null; this.username = username || null;
this.password = password || null; this.password = password || null;
this.using_auth = using_auth; this.using_auth = using_auth;
this.scan_interval = minisrv_config.services['wtv-news'].groupMetaRefreshInterval || 86400;
this.data_path = this.wtvshared.getAbsolutePath(this.minisrv_config.config.SessionStore + '/minisrv_internal_nntp'); this.data_path = this.wtvshared.getAbsolutePath(this.minisrv_config.config.SessionStore + '/minisrv_internal_nntp');
this.createDataStore(); this.createDataStore();

View File

@@ -90,7 +90,8 @@
"group": "alt.discuss.midis", "group": "alt.discuss.midis",
"description": "Explore the sounds of Beatnik with your WebTV" "description": "Explore the sounds of Beatnik with your WebTV"
} }
] ],
"groupMetaRefreshInterval": 86400
}, },
"wtv-register": { "wtv-register": {
"port": 1607, "port": 1607,