chiark / gitweb /
Bias up recently added tracks. See new_bias and new_bias_age in
[disorder] / lib / configuration.h
index 4b22fdbdf1d002985a0af913e3d615c00f41a4e6..bf3a493b394922d0f96fa9299d344a0ee6dbceef 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * This file is part of DisOrder.
  * Copyright (C) 2004-2008 Richard Kettlewell
@@ -285,6 +286,12 @@ struct config {
 
   /** @brief Whether to allow user management over TCP */
   int remote_userman;
+
+  /** @brief Maximum age of biased-up tracks */
+  long new_bias_age;
+
+  /** @brief Maximum bias */
+  long new_bias;
   
   /* derived values: */
   int nparts;                          /* number of distinct name parts */