# HG changeset patch # User drewp@bigasterisk.com # Date 2017-06-10 23:31:50 # Node ID 50267ea8c67588ca356249e3c03c45bf1ccca7bb # Parent c5e4b0655bdca8c13fad4feceb673dc9f9b34ffc rdfdb ignore big capture/ dirs until i'm working on paint again Ignore-this: ee3a4b238e11fd3ed1d9860f7e0138ec diff --git a/bin/rdfdb b/bin/rdfdb --- a/bin/rdfdb +++ b/bin/rdfdb @@ -227,6 +227,10 @@ class WatchedFiles(object): if os.path.splitext(inFile)[1] not in ['.n3']: return + if '/capture/' in inFile: + # smaller graph for now + return + # an n3 file with rules makes it all the way past this reading # and the serialization. Then, on the receiving side, a # SyncedGraph calls graphFromNQuad on the incoming data and