bbfdm: Multiple fixes

- c4e1784 Deffered schema/instance updater for transaction
- aa8af74 Debug transaction status
- 0171e09 Fix transaction maxtimeout
- Disable instance updater
This commit is contained in:
Vivek Kumar Dutta 2023-08-21 16:03:16 +05:30
parent 8011700c3a
commit 9034a41e93
No known key found for this signature in database
GPG key ID: 65C818099F37097D
2 changed files with 4 additions and 4 deletions

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bbfdm
PKG_VERSION:=1.3.9
PKG_VERSION:=1.3.10
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/bbf/bbfdm.git
PKG_SOURCE_VERSION:=e1d32ae355fd50d8d8374cbed846c0f4f8f89b27
PKG_SOURCE_VERSION:=0f10ece1a6529bcd35f42631d17d98cf63ba60df
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip

View file

@ -2,6 +2,6 @@
config bbfdmd 'bbfdmd'
option enabled '1'
option loglevel '1'
option refresh_time '10'
option transaction_timeout '10'
option refresh_time '0'
option transaction_timeout '30'