ticket #65 attempt 1
This commit is contained in:
parent
7cc39076bf
commit
c119e39813
1
.dpc/verify_cache.json
Normal file
1
.dpc/verify_cache.json
Normal file
File diff suppressed because one or more lines are too long
@ -72,7 +72,7 @@ MENTION_POLL_SECONDS = int(os.environ.get("MENTION_POLL_SECONDS", "30"))
|
|||||||
DM_POLL_SECONDS = int(os.environ.get("DM_POLL_SECONDS", "10"))
|
DM_POLL_SECONDS = int(os.environ.get("DM_POLL_SECONDS", "10"))
|
||||||
BOT_USERNAME = os.environ.get("BOT_USERNAME", "")
|
BOT_USERNAME = os.environ.get("BOT_USERNAME", "")
|
||||||
|
|
||||||
COMMENT_CHAR_LIMIT = 1000
|
COMMENT_CHAR_LIMIT = int(os.environ.get("DEVPLACE_COMMENT_MAX_LENGTH", "1000"))
|
||||||
MESSAGE_CHAR_LIMIT = 2000
|
MESSAGE_CHAR_LIMIT = 2000
|
||||||
PART_SUFFIX_RESERVE = 12
|
PART_SUFFIX_RESERVE = 12
|
||||||
PART_DELIVERY_DELAY = 0.5
|
PART_DELIVERY_DELAY = 0.5
|
||||||
|
|||||||
4
dpc.log
4
dpc.log
@ -18,3 +18,7 @@
|
|||||||
2026-07-19T18:11:47 DEBUG model=molodetz-pro fps=30
|
2026-07-19T18:11:47 DEBUG model=molodetz-pro fps=30
|
||||||
2026-07-19T18:11:47 INFO read task from file: /workspace/prompts/execution-1.txt
|
2026-07-19T18:11:47 INFO read task from file: /workspace/prompts/execution-1.txt
|
||||||
2026-07-19T18:11:47 INFO settings merged: model=<default> allow=0 deny=0 ask=0
|
2026-07-19T18:11:47 INFO settings merged: model=<default> allow=0 deny=0 ask=0
|
||||||
|
2026-07-19T18:31:31 INFO logging initialised at /workspace/repo/dpc.log
|
||||||
|
2026-07-19T18:31:31 DEBUG model=molodetz-pro fps=30
|
||||||
|
2026-07-19T18:31:31 INFO read task from file: /workspace/prompts/execution-2.txt
|
||||||
|
2026-07-19T18:31:31 INFO settings merged: model=<default> allow=0 deny=0 ask=0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user