rotate onion keys every 12 hours, not every 2 hours

svn:r2184
This commit is contained in:
Roger Dingledine 2004-08-07 03:03:23 +00:00
parent b0c9ba99f8
commit 052537dad9

View File

@ -135,7 +135,7 @@
#endif
/** How often do we rotate onion keys? */
#define MIN_ONION_KEY_LIFETIME (120*60)
#define MIN_ONION_KEY_LIFETIME (12*60*60)
/** How often do we rotate TLS contexts? */
#define MAX_SSL_KEY_LIFETIME (120*60)