Merge branch 'release'

# Conflicts:
#	marginalia_nu/src/main/java/nu/marginalia/wmsa/edge/index/service/query/IndexSearchBudget.java
This commit is contained in:
vlofgren 2022-05-31 14:37:49 +02:00
commit 80dad31753

View File

@ -2,7 +2,7 @@ package nu.marginalia.wmsa.edge.index.service.query;
public class IndexSearchBudget { public class IndexSearchBudget {
private final long timeout; private long timeout;
public IndexSearchBudget(long limitTime) { public IndexSearchBudget(long limitTime) {
this.timeout = System.currentTimeMillis() + limitTime; this.timeout = System.currentTimeMillis() + limitTime;