feat: lower search timeout

This commit is contained in:
Barış Soner Uşaklı
2019-02-20 11:58:16 -05:00
parent 8a0e1280d6
commit fc830c0f41

View File

@@ -599,7 +599,7 @@ app.cacheBuster = null;
});
});
});
}, 400);
}, 250);
});
};