util/pubsub.lua
changeset 11724 72512c0858b3
parent 11723 3986b5a0c3fc
child 11725 7a77f0c05382
--- a/util/pubsub.lua	Wed Jul 21 21:22:17 2021 +0200
+++ b/util/pubsub.lua	Wed Jul 21 23:35:08 2021 +0200
@@ -132,7 +132,7 @@
 local default_config_mt = { __index = default_config };
 
 local default_node_config = {
-	["persist_items"] = false;
+	["persist_items"] = true;
 	["max_items"] = 20;
 	["access_model"] = "open";
 	["publish_model"] = "publishers";