config: default amd_version is 5

This commit is contained in:
Amin Ben Ramdhane 2020-04-17 22:41:21 +01:00
parent 7878269278
commit 3585ee94fd
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ config cpe 'cpe'
option port '7547'
option ubus_socket '/var/run/ubus.sock'
option provisioning_code ''
option amd_version '2'
option amd_version '5'
# compression possible configs: InstanceNumber, InstanceAlias
option instance_mode 'InstanceNumber'
option session_timeout '60'

View file

@ -43,7 +43,7 @@
#define DEFAULT_RETRY_INITIAL_INTERVAL 60
#define DEFAULT_RETRY_INTERVAL_MULTIPLIER 2000
#define DEFAULT_RETRY_MAX_INTERVAL 60
#define DEFAULT_AMD_VERSION 2
#define DEFAULT_AMD_VERSION 5
#define DEFAULT_INSTANCE_MODE 0
#define DEFAULT_SESSION_TIMEOUT 60
#define DEFAULT_ACSURL "http://192.168.1.1:8080/openacs/acs"