server half of noticed.db
[disorder] / lib / configuration.h
index a2033c2..476a917 100644 (file)
@@ -114,6 +114,9 @@ struct config {
   /** @brief Maximum number of recent tracks to record in history */
   long history;
 
+  /** @brief Expiry limit for noticed.db */
+  long noticed_history;
+  
   /** @brief Trusted users */
   struct stringlist trust;