mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
move notes to 15sec
This commit is contained in:
parent
0094cfa397
commit
db7c843d33
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ const NOTES_OUTPUT_DIR = path.join(WorkDir, 'knowledge');
|
|||
const NOTE_CREATION_AGENT = 'note_creation';
|
||||
|
||||
// Configuration for the graph builder service
|
||||
const SYNC_INTERVAL_MS = 30 * 1000; // Check every 30 seconds
|
||||
const SYNC_INTERVAL_MS = 15 * 1000; // 15 seconds
|
||||
const SOURCE_FOLDERS = [
|
||||
'gmail_sync',
|
||||
path.join('knowledge', 'Meetings', 'fireflies'),
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import {
|
|||
type LabelingState,
|
||||
} from './labeling_state.js';
|
||||
|
||||
const SYNC_INTERVAL_MS = 3 * 60 * 1000; // 3 minutes
|
||||
const SYNC_INTERVAL_MS = 15 * 1000; // 15 seconds
|
||||
const BATCH_SIZE = 15;
|
||||
const LABELING_AGENT = 'labeling_agent';
|
||||
const GMAIL_SYNC_DIR = path.join(WorkDir, 'gmail_sync');
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ import {
|
|||
} from './note_tagging_state.js';
|
||||
import { getNoteTypeDefinitions } from './note_system.js';
|
||||
|
||||
const SYNC_INTERVAL_MS = 30 * 1000; // 30 seconds
|
||||
const SYNC_INTERVAL_MS = 15 * 1000; // 15 seconds
|
||||
const BATCH_SIZE = 15;
|
||||
const NOTE_TAGGING_AGENT = 'note_tagging_agent';
|
||||
const KNOWLEDGE_DIR = path.join(WorkDir, 'knowledge');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue