You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/05/28 19:08:37 UTC

[incubator-dlab] branch develop updated: Small fix

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9369600  Small fix
9369600 is described below

commit 93696001607aedb42fe863961f974377170217c2
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Thu May 28 22:08:14 2020 +0300

    Small fix
---
 .../src/app/resources/bucket-browser/bucket-browser.component.ts       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
index d08bdad..07527a1 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/bucket-browser/bucket-browser.component.ts
@@ -56,8 +56,7 @@ export class BucketBrowserComponent implements OnInit {
   public selectedItems;
   public searchValue: string;
   public isQueueFull: boolean;
-  // public refreshTokenLimit = 900000;
-  public refreshTokenLimit = 3580000;
+  public refreshTokenLimit = 900000;
   private isTokenRefreshing = false;
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org