Commit c07c57c
committed
Fix: File listing after update.
Issue: Updates to files were not stored in the GEDS internal cache.
This resulted in invalid file listings.
To mitigate this issue the following changes were added:
- Updates are now reflected in the cache.
- The metadata server is always queried when the file status is
requested.
Signed-off-by: Pascal Spörri <[email protected]>1 parent 64a2721 commit c07c57c
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | | - | |
| 662 | + | |
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
| |||
508 | 510 | | |
509 | 511 | | |
510 | 512 | | |
511 | | - | |
| 513 | + | |
0 commit comments