Commit cfbadd3
authored
Use synchronized HashMap. (#1678)
While there is a performance impact here it is most likely extremely
minor. And dwarfed by the fact that it's causing a simple time series
query to needlessly fail.
Considering this isn't technically a functional change I'm not super
worried about the tests... there's also the problem of exactly how to
test it.... am going to keep thinking about it.1 parent 2939d22 commit cfbadd3
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments