Less aggressive history settings.

(cherry picked from commit d41090c57cb37352b7689e36af55cdb89486c230)
This commit is contained in:
Oliver Jowett 2015-01-15 22:22:22 +00:00
parent c7204ec6ab
commit 870233977c

View file

@ -214,8 +214,8 @@ struct client {
char buf[MODES_CLIENT_BUF_SIZE+1]; // Read buffer
};
#define HISTORY_SIZE 240
#define HISTORY_INTERVAL 15
#define HISTORY_SIZE 120
#define HISTORY_INTERVAL 30
// Structure used to describe an aircraft in iteractive mode
struct aircraft {