mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 12:08:37 -04:00
Fix Gnucash security imports
Attempt to find an existing security that matches, trying decreasingly specific searches, and create the security if nothing close can be found.
This commit is contained in:
@ -22,7 +22,7 @@ const (
|
||||
balanceContextKey
|
||||
)
|
||||
|
||||
const luaTimeoutSeconds time.Duration = 5 // maximum time a lua request can run for
|
||||
const luaTimeoutSeconds time.Duration = 30 // maximum time a lua request can run for
|
||||
|
||||
type Series struct {
|
||||
Values []float64
|
||||
|
Reference in New Issue
Block a user