Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/processes/wdb.q
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ savetables:$[writedownmode in partwritemodes;savetablesbypart[;;;;writedownmode]
savetodisk:{[]
changes:savetables[savedir;getpartition[];immediate;] each tablelist[];
/- we have to let the idbs know of the changes in the wdbhdb. using filldb[] to make sure it is a db with all the tables
if[any[changes] and writedownmode in `partbyenum`default;filldb[];notifyidbs[`.idb.intradayreload;enlist()]]};
if[any[changes] and writedownmode in `partbyenum`default;filldb getpartition[];notifyidbs[`.idb.intradayreload;enlist()]]};

/- send an intraday reload message to idbs:
notifyidbs:{[func;params]
Expand Down