mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust update intervals of some extensions
This commit is contained in:
@ -3,7 +3,7 @@ import { getContext, getApiUrl, modules, extension_settings } from "../../extens
|
||||
export { MODULE_NAME };
|
||||
|
||||
const MODULE_NAME = 'expressions';
|
||||
const UPDATE_INTERVAL = 1000;
|
||||
const UPDATE_INTERVAL = 2000;
|
||||
const DEFAULT_EXPRESSIONS = [
|
||||
"admiration",
|
||||
"amusement",
|
||||
|
Reference in New Issue
Block a user