mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-04 06:44:28 +01:00
NostrDVM: Adding Scheduler to interface
allows scheduling a task in the background (e.g. updating database, check for a time-based thing
This commit is contained in:
@@ -35,6 +35,7 @@ class DVMConfig:
|
||||
NIP89: NIP89Config
|
||||
SEND_FEEDBACK_EVENTS = True
|
||||
SHOW_RESULT_BEFORE_PAYMENT: bool = False # if this is true show results even when not paid right after autoprocess
|
||||
SCHEDULE_UPDATES_SECONDS = 0
|
||||
|
||||
|
||||
def build_default_config(identifier):
|
||||
|
||||
Reference in New Issue
Block a user