Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 144 (0.16 sec)

  1. guava-tests/test/com/google/common/util/concurrent/ListeningExecutorServiceTest.java

      }
    
      public void testAwaitTermination() throws Exception {
        boolean result = executorService.awaitTermination(Duration.ofMinutes(144));
    
        assertThat(result).isTrue();
        assertThat(recordedTimeUnit).isEqualTo(NANOSECONDS);
        assertThat(Duration.ofNanos(recordedTimeout)).isEqualTo(Duration.ofMinutes(144));
      }
    
      private class FakeExecutorService extends AbstractListeningExecutorService {
        @Override
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Fri Jun 02 12:45:23 GMT 2023
    - 4.5K bytes
    - Viewed (0)
  2. docs/en/layouts/custom.yml

    # Card size and layers
    size: { width: 1200, height: 630 }
    layers:
    
      # Background
      - background:
          image: *background_image
          color: *background_color
    
      # Logo
      - size: { width: 144, height: 144 }
        offset: { x: 992, y: 64 }
        background:
          image: *logo
        icon:
          value: *logo_icon
          color: *color
    
      # Site name
      - size: { width: 832, height: 42 }
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jun 26 14:05:43 GMT 2023
    - 6.5K bytes
    - Viewed (0)
  3. docs/distributed/DESIGN.md

    ```
    minio server http://host{1...32}/export{1...32} http://host{1...12}/export{1...12}
    ```
    
    In above example there are two server pools
    
    - 32 * 32 = 1024 drives pool1
    - 12 * 12 = 144 drives pool2
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Aug 15 23:04:20 GMT 2023
    - 8K bytes
    - Viewed (0)
Back to top