浏览代码

Remove own namespace from conf file

Luciano Gonçalves 8 年之前
父节点
当前提交
650f6a89c6
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      aerospike/aerospike.conf

+ 0 - 16
aerospike/aerospike.conf

@@ -75,19 +75,3 @@ namespace test {
 		data-in-memory true # Store data in memory in addition to file.
 	}
 }
-
-namespace facestore {
-	replication-factor 2
-	memory-size 1G
-	default-ttl 5d # 5 days, use 0 to never expire/evict.
-
-	#	storage-engine memory
-
-	# To use file storage backing, comment out the line above and use the
-	# following lines instead.
-	storage-engine device {
-		file /opt/aerospike/data/facestore.dat
-		filesize 4G
-		data-in-memory true # Store data in memory in addition to file.
-	}
-}