Revision 4319c408 snf-astakos-app/astakos/im/endpoints/qh.py

b/snf-astakos-app/astakos/im/endpoints/qh.py
46 46
    from kamaki.clients.quotaholder import QuotaholderClient
47 47

  
48 48
ENTITY_KEY = '1'
49
PRACTICALLY_INF = pow(2, 30)
49
PRACTICALLY_INF = pow(2, 70)
50 50

  
51 51
inf = float('inf')
52 52

  
......
168 168

  
169 169
    context = {}
170 170
    c = get_client()
171
    
171

  
172 172
    sub_quota = []
173 173
    sub_append = sub_quota.append
174 174
    add_quota = []

Also available in: Unified diff