repo-ng: Correcting default config file
diff --git a/repo-ng/debian/repo-ng.conf b/repo-ng/debian/repo-ng.conf
index 998b7d4..50ba2e9 100644
--- a/repo-ng/debian/repo-ng.conf
+++ b/repo-ng/debian/repo-ng.conf
@@ -20,6 +20,7 @@
   {
     method "sqlite"             ; Currently, only sqlite storage engine is supported
     path "/var/lib/ndn/repo-ng"  ; path to repo-ng storage folder
+    max-packets 100000           ; Maximum number of Data packet repo will store
   }
 
   ; Section to enable TCP bulk insert capability