config: Bump up prepare to push a number.

This commit is contained in:
Alastair Poole 2021-03-28 12:51:40 +01:00
parent 09c06ce9b5
commit 882c0ac208
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ _config_init()
{
Evisum_Config *cfg = calloc(1, sizeof(Evisum_Config));
cfg->version = CONFIG_VERSION;
cfg->proc.poll_delay = 1;
cfg->proc.poll_delay = 3;
cfg->proc.show_kthreads = 0;
cfg->proc.transparent = 0;
cfg->proc.fields = 0xffffffff;

View File

@ -3,7 +3,7 @@
#include "ui/evisum_ui.h"
#define CONFIG_VERSION 0x0010
#define CONFIG_VERSION 0x0011
typedef struct _Evisum_Config
{