Skip to content

Commit

Permalink
Reduced borken resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoynter committed Sep 27, 2016
1 parent 5e04148 commit 02a2ca1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/assets/javascripts/lib/data_manager/resolution.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ resolution.factory(

self = @
if @queue.length > 0
console.log 'Scheduled resolution'
$timeout ->
self.resolve_children self.queue.shift()
, 1 + (@added_to_queue)
, 0

broken_resolve: ->
self = @
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Archivist
class Application
VERSION = '6.0.2'
VERSION = '6.0.3'
BETA = false
end
end

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 02a2ca1

Please sign in to comment.