Skip to content

Commit

Permalink
Readd package_repository setting lost via copy paste
Browse files Browse the repository at this point in the history
Signed-off-by: brycegbrazen <[email protected]>
  • Loading branch information
brycegbrazen committed Mar 19, 2024
1 parent a04dc0f commit c866f5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rezplugins/package_repository/rezconfig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
filesystem = {
# The mechanism used to create the lockfile. If set to 'default', this will
# use hardlinks if the 'os.link' method is present, otherwise mkdir is used.
# It can also be explicitly set to use only 'hardlink', or only 'mkdir'.
# Valid options are 'default', 'mkdir', or 'hardlink'
"file_lock_type": "default",

# The timeout to use when creating file locks. This is done when a variant is
# installed into an existing package, to prevent multiple file writes at
# once (which could result in a variant install getting lost). The timeout
Expand Down

0 comments on commit c866f5e

Please sign in to comment.