Skip to content

Commit

Permalink
Limit Relaton to only fetch 1 at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 8, 2021
1 parent e7f909e commit 09ffacf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/metanorma
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ require 'tempfile'

COMPILER_MEMFS = '/__ruby_packer_memfs__'

# Limit Relaton to concurrent fetches of 1
ENV["RELATON_FETCH_PARALLEL"] = "1"

def determine_cert_path
return "#{File.expand_path(File.dirname(__FILE__))}/cacert.pem.mozilla" if Gem.win_platform?

Expand Down

0 comments on commit 09ffacf

Please sign in to comment.