Skip to content

Commit

Permalink
shard divide properties move to same place in file as in unittest
Browse files Browse the repository at this point in the history
property.
  • Loading branch information
thoma committed Jan 7, 2024
1 parent b87521a commit 11be149
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions src/bundle/properties/solrwayback.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,27 +90,6 @@ url.normaliser=normal

# Optional list of Solr-params. Format is key1=value1;key2=value2,...
#solr.search.params=f.url_norm.qf=url

#------- Generate preview screenshots ------------------
#Used for preview screenshots shown on the page resources overview. Is not required.
#Chrome must be installed on the OS and headless chrome is used to generate the screenshots.
#The setup depend on the OS.

#Linux: chrome
#Ubunutu: chrome.command=chromium-browser
#Windows: chrome.command=C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe
#MAC1: chrome.command=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
#MAC2: chrome.command="open -b com.google.Chrome"
#example command: chromium-browser --headless --disable-gpu --ipc-connection-timeout=3000 --screenshot=test.png --window-size=1280,1024 https://www.google.com/
chrome.command=chromium-browser

# This will work on linux. Create the folder yourself
screenshot.temp.imagedir=/home/xxx/solrwayback_screenshots/
#For windows (create the folder yourself)
#screenshot.temp.imagedir=C:\\solrwayback_screenshots\\

#Timeout in seconds. Optional, 20 seconds is default.
screenshot.preview.timeout=20

#------- sharddivide export ------------------
# Pre-SolrWayback 5.0, export always used standard Solr cursorMark for export.
Expand All @@ -136,4 +115,23 @@ solr.export.sharddivide.autolimit.hits.default=5000
# Default: 20
solr.export.sharddivide.concurrent.max=20

#-------------------------------------------------------
#------- Generate preview screenshots ------------------
#Used for preview screenshots shown on the page resources overview. Is not required.
#Chrome must be installed on the OS and headless chrome is used to generate the screenshots.
#The setup depend on the OS.

#Linux: chrome
#Ubunutu: chrome.command=chromium-browser
#Windows: chrome.command=C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe
#MAC1: chrome.command=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
#MAC2: chrome.command="open -b com.google.Chrome"
#example command: chromium-browser --headless --disable-gpu --ipc-connection-timeout=3000 --screenshot=test.png --window-size=1280,1024 https://www.google.com/
chrome.command=chromium-browser

# This will work on linux. Create the folder yourself
screenshot.temp.imagedir=/home/xxx/solrwayback_screenshots/
#For windows (create the folder yourself)
#screenshot.temp.imagedir=C:\\solrwayback_screenshots\\

#Timeout in seconds. Optional, 20 seconds is default.
screenshot.preview.timeout=20

0 comments on commit 11be149

Please sign in to comment.