summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2019-08-02 10:57:06 +0000
committergebele <gebele@in-silico.ch>2019-08-02 10:57:06 +0000
commitb349cb51c4e46e1ae1bb309e9c589f1cff89e5af (patch)
tree397109ca0cddd78c60258ce2a85a89a67d1a4e77 /views
parent62a7197574267404cc7034d78f552c4be0290a25 (diff)
optimize upload task with wait for dataset id
Diffstat (limited to 'views')
-rw-r--r--views/batch.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/batch.haml b/views/batch.haml
index 2e48ec0..ed69819 100644
--- a/views/batch.haml
+++ b/views/batch.haml
@@ -26,7 +26,7 @@
// prepare variable values for javascript
// increase timer interval for large datasets
- - ctimer = 1000#((@compounds_size/1000) == 0 ? 1000 : ((@compounds_size/1000)*1000))
+ - ctimer = 2000#((@compounds_size/1000) == 0 ? 1000 : ((@compounds_size/1000)*1000))
// process batch predictions
- @models.each_with_index do |model,idx|
- m = Model::Validation.find model