Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 512 (0.01 sec)

  1. kotlin-js-store/yarn.lock

      dependencies:
        function-bind "^1.1.1"
        has "^1.0.3"
        has-symbols "^1.0.3"
    
    glob-parent@~5.1.2:
      version "5.1.2"
      resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
      integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
      dependencies:
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    index.codec=default
    # Number of primary shards for the index.
    index.number_of_shards=5
    # Auto expand replicas setting for the index.
    index.auto_expand_replicas=0-1
    # Digest algorithm for index IDs.
    index.id.digest.algorithm=SHA-512
    # Initial password for the index user.
    index.user.initial_password=admin
    
    # field names
    
    # Field name for favorite count in the index.
    index.field.favorite_count=favorite_count
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top