(svn r25901) -Fix [FS#5675]: Check if any vehicles are still serving a link before deleting it.

This commit is contained in:
fonsinchen
2013-10-22 16:19:31 +00:00
parent bd230f34f4
commit 2f9c48b859
2 changed files with 38 additions and 5 deletions

View File

@@ -446,7 +446,7 @@ public:
typedef SmallMatrix<BaseEdge> EdgeMatrix;
/** Minimum effective distance for timeout calculation. */
static const uint MIN_TIMEOUT_DISTANCE = 48;
static const uint MIN_TIMEOUT_DISTANCE = 32;
/** Minimum number of days between subsequent compressions of a LG. */
static const uint COMPRESSION_INTERVAL = 256;