mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 23:27:14 +03:00
app_store: add temp racecondition fix
This commit is contained in:
parent
535a0caf41
commit
d635732180
@ -375,6 +375,9 @@ impl State {
|
||||
// basic plan...
|
||||
// when we get either metadata-uri or metadata-hash, we fetch the other one and see if they match.
|
||||
// if they do, we update the metadata for the package.
|
||||
|
||||
// TEMP WAIT while we solve kimap_indexer getting race condition
|
||||
std::thread::sleep(std::time::Duration::from_millis(100));
|
||||
match log.topics()[0] {
|
||||
Note::SIGNATURE_HASH => {
|
||||
let note = Note::decode_log_data(log.data(), false)
|
||||
|
Loading…
Reference in New Issue
Block a user