interest table expiration
diff --git a/model/sync-interest-table.h b/model/sync-interest-table.h
index c489909..0b5ead5 100644
--- a/model/sync-interest-table.h
+++ b/model/sync-interest-table.h
@@ -67,7 +67,7 @@
 	void periodicCheck();
 
 private:
-	static int m_checkPeriod = 4;
+	static const int m_checkPeriod = 4;
 	boost::unordered_map<std::string, time_t> m_table; // pit entries
 	boost::thread m_thread; // thread to check every 4 sec
 	boost::recursive_mutex m_mutex;