Drn před 2 roky
rodič
revize
447e04e2e7
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -387,8 +387,9 @@ The bot accepts `.json` or `.jsonc` for comment-friendly json.
     // caching of image data is stored via a database file; it will not read all pre-existing images
     "duplo": false,
     // threshold for what the bot considers too similar of an image comparison score
-    // lower = more similar (lowest is around -109.7)
-    // higher = less similar (does not really have a maximum, would require your own testing)
+    // * lower = more similar (lowest is around -109.7)
+    // * higher = less similar (does not really have a maximum, would require your own testing)
+    // if score is lower than your threshold, the image will be skipped
     "duploThreshold": 0,
 
     "all": {