changeset 1657:50267ea8c675

rdfdb ignore big capture/ dirs until i'm working on paint again Ignore-this: ee3a4b238e11fd3ed1d9860f7e0138ec
author drewp@bigasterisk.com
date Sat, 10 Jun 2017 23:31:50 +0000
parents c5e4b0655bdc
children ae9f5ac1a48b
files bin/rdfdb
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/rdfdb	Sat Jun 10 23:31:39 2017 +0000
+++ b/bin/rdfdb	Sat Jun 10 23:31:50 2017 +0000
@@ -227,6 +227,10 @@
         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