fix(crawler): store pixelrag artifacts in runtime path
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -13,7 +13,7 @@ const Module = require('module');
|
||||
|
||||
const CAPTURE_POLICY = 'read_only_pixelrag_visual_capture_artifact_v1';
|
||||
const MANIFEST_POLICY = 'read_only_pixelrag_visual_evidence_manifest_v1';
|
||||
const DEFAULT_OUTPUT_DIR = 'data/ai_automation/pixelrag_visual_evidence';
|
||||
const DEFAULT_OUTPUT_DIR = 'runtime_artifacts/pixelrag_visual_evidence';
|
||||
const DEFAULT_TIMEOUT_MS = 30000;
|
||||
const DEFAULT_SETTLE_MS = 500;
|
||||
const DEFAULT_MAX_TILES = 80;
|
||||
|
||||
Reference in New Issue
Block a user