Nick Craig-Wood 50657752fd config: move locking to fix fatal error: concurrent map read and map write
Before this change we assumed that github.com/Unknwon/goconfig was
threadsafe as documented.

However it turns out it is not threadsafe and looking at the code it
appears that making it threadsafe might be quite hard.

So this change increases the lock coverage in configfile to cover the
goconfig uses also.

Fixes #6378
2022-09-14 17:04:01 +01:00
..
2020-10-14 15:21:31 +01:00
2018-08-21 10:58:59 +01:00
2022-06-23 23:26:02 +02:00
2021-06-14 14:42:49 +03:00
2022-08-08 19:00:01 +01:00